Skip to content

Commit

Permalink
prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshmangwani committed Oct 10, 2023
1 parent ee47d6b commit aeca58b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/unit/ValidationUtilsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,10 @@ describe('ValidationUtils', () => {
test('room name with division sign (÷)', () => {
expect(ValidationUtils.isValidRoomName('#room-name-with-÷-sign')).toBe(false);
});
test('room name with Greek alphabet and Cyrillic alphabets', () => {

test('room name with Greek alphabets and Cyrillic alphabets', () => {
expect(ValidationUtils.isValidRoomName('#σοβαρός-серьезный')).toBe(true);
});

});

describe('isValidWebsite', () => {
Expand Down

0 comments on commit aeca58b

Please sign in to comment.