Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-cfa committed Sep 12, 2024
1 parent 06e4231 commit 6f50107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/tests/end-to-end/api/24-methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -2698,8 +2698,8 @@ describe('Meteor.methods', function () {
Promise.all([
deleteRoom({ type: 'p', roomId: ridTestRoom }),
deleteUser(testUser),
updatePermission('leave-p', ['admin', 'user']),
updatePermission('leave-c', ['admin', 'user']),
updatePermission('leave-p', ['admin']),
updatePermission('leave-c', ['admin']),
]),
);
});
Expand Down

0 comments on commit 6f50107

Please sign in to comment.