diff --git a/test/graph/GraphPathTransfer.t.sol b/test/graph/GraphPathTransfer.t.sol index ca0f645..ec5215a 100644 --- a/test/graph/GraphPathTransfer.t.sol +++ b/test/graph/GraphPathTransfer.t.sol @@ -68,12 +68,12 @@ contract GraphPathTransferTest is Test, TimeSetup { } // skip time so that all participants can claim an issuance - skipTime(52 weeks + 1 minutes); + skipTime(2 days + 1 minutes); for (uint256 i = 0; i < N; i++) { // vm.prank(addresses[i]); circleNodes[i].claimIssuance(); - assertEq(circleNodes[i].balanceOf(addresses[i]), 240 * TIC); + assertEq(circleNodes[i].balanceOf(addresses[i]), 48 * TIC); } // to build a correct flow matrix, we need to present the vertices