Skip to content

Commit

Permalink
(test): review edit in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Mar 28, 2024
1 parent 4de6630 commit 77c8d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/circles/Circles.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract CirclesTest is Test, TimeCirclesSetup, Approximation {

function testCalculateIssuance() public {
for (uint256 i = 0; i < 100; i++) {
// Generate a pseudo-random number of seconds between 0 and 12 days (avoid edge cases in this test)
// Generate a pseudo-random number of seconds between 0 and 16 days (14days is max claimable period)
uint256 secondsSkip = uint256(keccak256(abi.encodePacked(block.timestamp, i, uint256(2)))) % 16 days;

_skipAndMint(secondsSkip, addresses[0]);
Expand Down

0 comments on commit 77c8d94

Please sign in to comment.