Skip to content

Commit

Permalink
Fixes typo in test-case
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben van Leeuwen <ruben@sinin.nl>
  • Loading branch information
ricardovdheijden and DutchBen committed May 21, 2024
1 parent 17814d2 commit 60a3818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('menuItemIsAllowed', () => {
);
});

it('returns true url is not in the url-map', () => {
it('returns true if url is not in the url-map', () => {
const url = '/does-not-exist';

const result = menuItemIsAllowed(url, testUrlMap, isAllowedHandlerMock);
Expand Down

0 comments on commit 60a3818

Please sign in to comment.