This commit is contained in:
Ulf Gebhardt 2023-07-13 12:30:02 +02:00
parent a961f88cff
commit 4b9e7da1ba
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -212,7 +212,7 @@ describe('Message', () => {
{
id: expect.any(String),
_id: result.data.Message[0].id,
indexId: '0',
indexId: 0,
content: 'Some nice message to other chatting user',
senderId: 'chatting-user',
username: 'Chatting User',