fix(tests) fixed bug in tests and createRoom

This commit is contained in:
Tanner Shaw
2023-09-22 16:29:53 -05:00
parent f6d9ec9147
commit 241cbadd5c
3 changed files with 17 additions and 9 deletions

View File

@@ -17,7 +17,8 @@ const room = {
userMessageLimit: 1,
numClaimCodes: 0,
approxNumMockUsers: 10,
type: 'PUBLIC_CHAT'
type: 'PUBLIC_CHAT',
discordIds: []
};
const messageTestRoom = {