Skip to content

Commit

Permalink
legacy auto redemption test
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Dec 2, 2024
1 parent 1fbbc11 commit ed0861d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/foundry/ForkTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ contract ForkTest is ForkFixture {
smartVaultManager.vaultAutoRedemption(address(legacyVault), address(0), ethUSDsSwapPath, _ethRedeemAmount);

status = legacyVault.status();
console.log(status.minted);
assertEq(status.minted, vaultDebt - _USDsRedeemed);
assertEq(address(legacyVault).balance, ethCollateral - _ethRedeemAmount);
}
Expand Down

0 comments on commit ed0861d

Please sign in to comment.