Skip to content

Commit

Permalink
Update apps/meteor/tests/end-to-end/api/09-rooms.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
  • Loading branch information
2 people authored and ggazzo committed Aug 16, 2024
1 parent 609d429 commit 1389eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/rooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ describe('[Rooms]', () => {
.end(done);
});

it('should return an error when send an invalid param', (done) => {
it('should return an error when the require parameter (roomName) is not provided', (done) => {
void request
.get(api('rooms.nameExists'))
.set(credentials)
Expand Down

0 comments on commit 1389eb2

Please sign in to comment.