Skip to content

Commit

Permalink
dont need extra role auth
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Dec 6, 2023
1 parent d10dd99 commit 2a3fc55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/IntegrationTests.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,6 @@ abstract contract ExecuteOnceSpellTests is IntegrationTestsBase {
}

function test_cannotCallTwice() external {
vm.prank(SPARK_PROXY);
if (isPauseSpell) aclManager.addEmergencyAdmin(address(freezerMom));
else aclManager.addRiskAdmin(address(freezerMom));

_vote();

assertTrue(authority.hat() == address(spell));
Expand Down

0 comments on commit 2a3fc55

Please sign in to comment.