Fixed message sending

This commit is contained in:
SamTV12345 2024-02-20 10:38:23 +01:00
parent 328ef25bc0
commit 9337df9ea8

View file

@ -46,7 +46,7 @@ describe('Messages in the COLLABROOM', function () {
startSend(); startSend();
sendP.then(() => { sendP.then(() => {
socketJsonObj.send = sendBackup; socketJsonObj.send = sendBackup;
socketJsonObj.send(...args); socketJsonObj.send('message', ...args);
}); });
}; };
return finishSend; return finishSend;