Skip to content

Commit

Permalink
Update test/integration/commands/redactCommandTest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Ralston <[email protected]>
  • Loading branch information
H-Shay and turt2live authored Oct 22, 2024
1 parent a306517 commit b16fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/commands/redactCommandTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ describe("Test: The redaction command - if not admin", function () {
await moderator.joinRoom(this.config.managementRoom);
let targetRoom = await moderator.createRoom({ invite: [await badUser.getUserId(), mjolnirUserId] });
await badUser.joinRoom(targetRoom);
await badUser.createRoom();
await badUser.createRoom(); // create a room that Mjolnir won't have any interest in

// send a message, leave, then get banned
badUser.sendMessage(targetRoom, {
Expand Down

0 comments on commit b16fdae

Please sign in to comment.