Skip to content

Commit

Permalink
rever tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Mar 21, 2024
1 parent 5dd75e7 commit 1e5123a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
85 changes: 0 additions & 85 deletions tests/lib/featureFilter.test.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion tests/mod/utils/roles.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Roles Module', () => {
const result1 = check(obj, null);
const result2 = check(obj, 'user');
assertEqual(result1, false);
assertEqual(result2, true);
assertEqual(result2, false);
});

it('should return false if a negated role is included in user roles', () => {
Expand Down

0 comments on commit 1e5123a

Please sign in to comment.