Skip to content

Commit

Permalink
fix flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdavinchee committed Sep 21, 2023
1 parent 89e742a commit 2f8ad63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ contract SuperfluidGovernanceIntegrationTest is FoundrySuperfluidTester {

function testRevertBatchChangeWhenCallerIsNotGovOwner(address newAdmin) public {
vm.assume(newAdmin != address(0));
vm.assume(newAdmin != address(sf.governance.owner()));

(, ISuperToken localSuperToken) = sfDeployer.deployWrapperSuperToken("FTT", "FTT", 18, type(uint256).max);

Expand Down

0 comments on commit 2f8ad63

Please sign in to comment.