Skip to content

Commit

Permalink
Typo: not=>no
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Dec 26, 2024
1 parent 5900890 commit 6754350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('Account Service', () => {
expect(hasAuthority).toBeFalsy();
});

it('should return false if user is logged and has not authority', () => {
it('should return false if user is logged and has no authority', () => {
service.authenticate(accountWithAuthorities([Authority.USER]));
const hasAuthority = service.hasAnyAuthority([Authority.ADMIN]);
Expand Down

0 comments on commit 6754350

Please sign in to comment.