fixed localcache emoji layer test description (#13206)

Этот коммит содержится в:
Sanele T. Mahlalela
2019-12-02 12:06:11 +02:00
коммит произвёл Jesús Espino
родитель a63684fcb5
Коммит 81cff677b1

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

@@ -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)