Skip to content

Commit

Permalink
Add missing bound in StorageSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmt committed Aug 6, 2024
1 parent ad10520 commit 3bfceaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/kontrol/StorageSetup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ contract StorageSetup is KontrolTest {
// Slot 2
uint256 shares = kevm.freshUInt(32);
vm.assume(shares < totalShares);
vm.assume(shares < ethUpperBound);
_stEth.setShares(address(_escrow), shares);
}

Expand Down

0 comments on commit 3bfceaf

Please sign in to comment.