Skip to content

Commit

Permalink
(tests): undo experiments with path transfer test; follow up in issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Dec 11, 2023
1 parent ee5d847 commit d8056f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/graph/GraphPathTransfer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8056f5

Please sign in to comment.