fixed localcache emoji layer test description (#13206)

This commit is contained in:
Sanele T. Mahlalela
2019-12-02 12:06:11 +02:00
committed by Jesús Espino
parent a63684fcb5
commit 81cff677b1

View File

@@ -80,7 +80,7 @@ func TestEmojiStoreCache(t *testing.T) {
mockStore.Emoji().(*mocks.EmojiStore).AssertNumberOfCalls(t, "Get", 2)
})
t.Run("first call by id force no cached, second not cached, third cached", func(t *testing.T) {
t.Run("first call by name force no cached, second not cached, third cached", func(t *testing.T) {
mockStore := getMockStore()
cachedStore := NewLocalCacheLayer(mockStore, nil, nil)