fixed channel counts etag to only update when appropriate

Этот коммит содержится в:
JoramWilander
2015-08-11 10:54:26 -04:00
родитель cb17851e2d
Коммит 3f38c21796
2 изменённых файлов: 13 добавлений и 4 удалений

Просмотреть файл

@@ -422,7 +422,7 @@ func TestGetChannelCounts(t *testing.T) {
t.Fatal(err)
} else if cache_result.Data.(*model.ChannelCounts) != nil {
t.Log(cache_result.Data)
t.Fatal("cache should be empty")
t.Fatal("result data should be empty")
}
}