Skip to content

Commit

Permalink
remove extraneous logs from fuzz tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Jun 25, 2024
1 parent 914a0ac commit 2ef7a10
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/pumps/Pump.Fuzz.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ contract PumpFuzzTest is TestHelper, MultiFlowPump {
reserves[i] = bound(reserves[i], 1e6, 1e32);
}

// timeIncrease = 1099511627775; //1099511627775 is max uint40

vm.assume(block.timestamp + timeIncrease <= type(uint40).max);

// Start by updating the Pump with the initial reserves. Also initializes the Pump.
Expand Down Expand Up @@ -122,7 +120,6 @@ contract PumpFuzzTest is TestHelper, MultiFlowPump {
}
}
}
// assertTrue(false);
}


Expand Down

0 comments on commit 2ef7a10

Please sign in to comment.