Skip to content

Commit

Permalink
Update assembly/__tests__/access_control.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Sénéchal <[email protected]>
  • Loading branch information
gregLibert and thomas-senechal authored Mar 29, 2024
1 parent d11f7e4 commit 3fe62e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/__tests__/access_control.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('AccessControl - use case tests', () => {
controller.grantPermission(USER, userAddress);

controller.mustHavePermission(ADMIN || USER, adminAddress);
controller.mustHavePermission(ADMIN || USER, adminAddress);
controller.mustHavePermission(ADMIN || USER, userAddress);
}).not.toThrow('or on multiple permissions should work');
});

Expand Down

0 comments on commit 3fe62e6

Please sign in to comment.