From 3f38c217962829e94927c0e1e12b894ffaae72bb Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Tue, 11 Aug 2015 10:54:26 -0400 Subject: fixed channel counts etag to only update when appropriate --- api/channel_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/channel_test.go b/api/channel_test.go index 1332360ad..d65aff66c 100644 --- a/api/channel_test.go +++ b/api/channel_test.go @@ -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") } } -- cgit v1.2.3-1-g7c22