mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fixed localcache emoji layer test description (#13206)
This commit is contained in:
committed by
Jesús Espino
parent
a63684fcb5
commit
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user