Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Jun 3, 2024
1 parent 685f457 commit a83e887
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/horizon/test/staking/thaw/thaw.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ contract HorizonStakingThawTest is HorizonStakingTest {
uint64 thawingPeriod,
uint256 thawAmount
) public useIndexer useProvision(amount, 0, thawingPeriod) {
// vm.assume(thawAmount > 0);
// vm.assume(amount / (MAX_THAW_REQUESTS + 1) > thawAmount);
thawAmount = bound(thawAmount, 1, amount / (MAX_THAW_REQUESTS + 1));

for (uint256 i = 0; i < 100; i++) {
Expand Down

0 comments on commit a83e887

Please sign in to comment.