Skip to content

Commit

Permalink
vm.assume(_depositor1 != _depositor2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Aug 3, 2024
1 parent d1e5745 commit 28ccad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/DelegateStaking.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ contract Stake is DelegateStakingTest {
address _depositor2,
uint256 _amount
) public {
vm.assume(_depositor1 != _depositor2);
_amount = _boundToRealisticStake(_amount);

_mintGovToken(_depositor1, _amount);
Expand Down

0 comments on commit 28ccad1

Please sign in to comment.