Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax committed Aug 10, 2024
1 parent 25ac0b5 commit 98d46e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kontrol/VetoSignalling.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ contract VetoSignallingTest is DualGovernanceSetUp {
vm.assume(block.timestamp < timeUpperBound);
vm.assume(lastInteractionTimestamp < timeUpperBound);
vm.assume(signallingEscrow.getRageQuitSupport() <= maxRageQuitSupport);
vm.assume(maxRageQuitSupport <= config.SECOND_SEAL_RAGE_QUIT_SUPPORT());
vm.assume(maxRageQuitSupport < config.SECOND_SEAL_RAGE_QUIT_SUPPORT());

StateRecord memory previous = _recordPreviousState(
Timestamp.wrap(uint40(lastInteractionTimestamp)), previousRageQuitSupport, maxRageQuitSupport
Expand Down

0 comments on commit 98d46e3

Please sign in to comment.