diff --git a/frontend/src/api/chat/ChatClientTest.js b/frontend/src/api/chat/ChatClientTest.js index 49f337c..153ab5c 100644 --- a/frontend/src/api/chat/ChatClientTest.js +++ b/frontend/src/api/chat/ChatClientTest.js @@ -115,7 +115,8 @@ const MESSAGE_GENERATORS = [ medalLevel: randInt(0, 40), id: getUuid4Hex(), translation: '', - emoticon: null + emoticon: null, + textEmoticons: [], } } } @@ -139,7 +140,8 @@ const MESSAGE_GENERATORS = [ medalLevel: randInt(0, 40), id: getUuid4Hex(), translation: '', - emoticon: randomChoose(EMOTICONS) + emoticon: randomChoose(EMOTICONS), + textEmoticons: [], } } }