Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Jul 17, 2024
1 parent ac6984f commit 18a99a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/UpgradableOwnableWithGuardian.t copy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ contract TestOfUpgradableOwnableWithGuardian is Test {
function test_updateGuardian_eoa(address newGuardian) external {
vm.assume(newGuardian != owner && newGuardian != guardian);

vm.prank(newGuardian);
vm.expectRevert(
abi.encodeWithSelector(
UpgradableOwnableWithGuardian.OnlyGuardianOrOwnerInvalidCaller.selector,
Expand Down

0 comments on commit 18a99a3

Please sign in to comment.