Skip to content

Commit

Permalink
improve fuzz assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jun 24, 2024
1 parent ef57bed commit afbcaf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Staking.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ contract ClaimRewards is StakingTest {
_jump1 = _boundRealisticTimeAhead(_jump1);
_jump2 = _boundRealisticTimeAhead(_jump2);

vm.assume(_depositor1 != _depositor2);

_mintGovToken(_depositor1, _amount);
_mintGovToken(_depositor2, _amount);

Expand Down

0 comments on commit afbcaf7

Please sign in to comment.