Skip to content

Commit

Permalink
payment submission tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidu28 committed Oct 8, 2024
1 parent 9ffd612 commit 8d0719b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/test/SetupPaymentsLib.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ contract SetupPaymentsLibTest is Test, TestConstants, HelloWorldTaskManagerSetup
uint32 startTimestamp = 10 days;
cheats.warp(startTimestamp + 1);

mockToken.mint(address(this), type(uint256).max);

SetupPaymentsLib.createPaymentSubmissions(
rewardsCoordinator,
address(strategy),
Expand Down

0 comments on commit 8d0719b

Please sign in to comment.