Skip to content

Commit

Permalink
fix: fork test
Browse files Browse the repository at this point in the history
  • Loading branch information
nlecoufl committed Dec 3, 2024
1 parent eb0c719 commit 2b3efd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/DistributionCreator.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ contract Test_DistributionCreator_getDistributionsBetweenEpochs is DistributionC
1681380000,
1681380000 + 3600,
0,
type(uint32).max
1 // get only the first distribution (instead of type(uint32).max), as there are too many which makes the test fail because of rpc archive limit
);

assertEq(distributions.length, 1);
Expand Down

0 comments on commit 2b3efd2

Please sign in to comment.