Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dd0sxx committed Jan 8, 2024
1 parent ca8f267 commit 58a9c53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/guards/SetRoleHoldersGuard.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ contract ValidateActionCreation is ProtectedSetRoleHolderTest {
targetRole = uint8(bound(targetRole, 1, 8)); // number of existing roles excluding all holders role

// create a new guard with a bypass role
guard = setRoleHoldersGuardFactory.deploySetRoleHoldersGuard(
uint8(Roles.ActionCreator), address(mpExecutor)
);
guard = setRoleHoldersGuardFactory.deploySetRoleHoldersGuard(uint8(Roles.ActionCreator), address(mpExecutor));
vm.prank(address(mpExecutor));
mpCore.setGuard(address(govScript), SET_ROLE_HOLDERS_SELECTOR, guard);

Expand Down

0 comments on commit 58a9c53

Please sign in to comment.