Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Apr 30, 2024
1 parent 65bf525 commit 9862f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ValidationUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ describe('ValidationUtils', () => {
});

test('room name with 101 characters', () => {
expect(ValidationUtils.isValidRoomName('#1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890')).toBe(false);
expect(ValidationUtils.isValidRoomName('#12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901')).toBe(false);
});

test('room name with lowercase letters, numbers, and dashes', () => {
Expand Down

0 comments on commit 9862f92

Please sign in to comment.