summaryrefslogtreecommitdiffstats
path: root/api/channel_test.go
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-08-11 10:54:26 -0400
committerJoramWilander <jwawilander@gmail.com>2015-08-11 12:11:35 -0400
commit3f38c217962829e94927c0e1e12b894ffaae72bb (patch)
treef2a86cf6c0f5ac550d467a6f0ed29f0a140f6658 /api/channel_test.go
parentcb17851e2df46f4a76ef4eefda980df818b4b01d (diff)
downloadchat-3f38c217962829e94927c0e1e12b894ffaae72bb.tar.gz
chat-3f38c217962829e94927c0e1e12b894ffaae72bb.tar.bz2
chat-3f38c217962829e94927c0e1e12b894ffaae72bb.zip
fixed channel counts etag to only update when appropriate
Diffstat (limited to 'api/channel_test.go')
-rw-r--r--api/channel_test.go2
1 files changed, 1 insertions, 1 deletions
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")
}
}