Skip to content

Commit

Permalink
fix test title
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Apr 3, 2020
1 parent 6507f72 commit ad80e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ describe('rule helpers', () => {
expect(result).toEqual(userHasNoPermissionsExpectedResult);
});

test('returns false when user cannot CRUD', () => {
test('returns true when user cannot CRUD', () => {
const result: boolean = userHasNoPermissions(false);
const userHasNoPermissionsExpectedResult = true;

Expand Down

0 comments on commit ad80e2d

Please sign in to comment.