Skip to content

Commit

Permalink
(test/groups): forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Nov 18, 2024
1 parent e63bc6c commit 723ea36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ contract adminOperationsUpgradeableRenounceableProxy is Test, GroupSetup {
// current admin
address admin = address(uint160(uint256(vm.load(address(proxy), ADMIN_SLOT))));
assertEq(admin, group);

// renounce admin
vm.prank(group);
proxy.renounceUpgradeability();
Expand Down

0 comments on commit 723ea36

Please sign in to comment.