mirror of
https://github.com/Discreetly/server.git
synced 2026-01-09 12:37:58 -05:00
fix(tests) fixed bug in tests and createRoom
This commit is contained in:
@@ -17,7 +17,8 @@ const room = {
|
||||
userMessageLimit: 1,
|
||||
numClaimCodes: 0,
|
||||
approxNumMockUsers: 10,
|
||||
type: 'PUBLIC_CHAT'
|
||||
type: 'PUBLIC_CHAT',
|
||||
discordIds: []
|
||||
};
|
||||
|
||||
const messageTestRoom = {
|
||||
|
||||
Reference in New Issue
Block a user