Skip to content

Commit

Permalink
test: use skip instead of warp
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Aug 23, 2024
1 parent 7b7cff2 commit 36f9112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ contract SubgraphServiceAllocateStopTest is SubgraphServiceTest {
) public useIndexer useAllocation(tokens) {
address permissionlessBob = makeAddr("permissionlessBob");

vm.warp(maxPOIStaleness + 1);
skip(maxPOIStaleness + 1);

resetPrank(permissionlessBob);
subgraphService.closeStaleAllocation(allocationID);
Expand Down

0 comments on commit 36f9112

Please sign in to comment.