Skip to content

Commit

Permalink
test: remove fail on revert flag from invariant_NoPriceChangesBeforeS…
Browse files Browse the repository at this point in the history
…tart
  • Loading branch information
clemlak committed Oct 24, 2024
1 parent 0f8d2e1 commit d935c3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/invariant/DopplerInvariants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ contract DopplerInvariantsTest is BaseTest {
}
}

/// forge-config: default.invariant.fail-on-revert = true
function invariant_NoPriceChangesBeforeStart() public {
vm.warp(DEFAULT_STARTING_TIME - 1);
// TODO: I think this test is broken because we don't set the tick in the constructor.
Expand Down

0 comments on commit d935c3d

Please sign in to comment.