Skip to content

Commit

Permalink
rm spurious slugvis
Browse files Browse the repository at this point in the history
  • Loading branch information
kinrezC committed Oct 22, 2024
1 parent 6fe9e8d commit bd24900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/Rebalance.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ contract RebalanceTest is BaseTest {
assertEq(totalTokensSoldLastEpoch2, 1 ether);

vm.warp(hook.getStartingTime() + hook.getEpochLength() * 2); // Next epoch
SlugVis.visualizeSlugs(hook, poolKey.toId(), "test", block.timestamp);

// We swap again just to trigger the rebalancing logic in the new epoch
buy(1 ether);
Expand Down

0 comments on commit bd24900

Please sign in to comment.