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 Sep 26, 2024
1 parent 678e69a commit 2b4f8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Staking.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ contract Stake is StakingTest {

vm.assume(_depositor1 != address(0));
vm.assume(_depositor2 != address(0));
vm.assume(_depositor1 != _depositor2);

uint256 shares = staking.convertToShares(_amount);

Expand Down

0 comments on commit 2b4f8d1

Please sign in to comment.