From 2b3efd2006af485938df9f641920b9799d307b11 Mon Sep 17 00:00:00 2001 From: Nicolas Lecouflet Date: Tue, 3 Dec 2024 15:00:42 +0100 Subject: [PATCH] fix: fork test --- test/unit/DistributionCreator.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/DistributionCreator.t.sol b/test/unit/DistributionCreator.t.sol index 4bc2d43..03c3d60 100644 --- a/test/unit/DistributionCreator.t.sol +++ b/test/unit/DistributionCreator.t.sol @@ -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);