Skip to content

Commit

Permalink
✅ cleanup unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Nov 1, 2024
1 parent 08bfe28 commit e42f2d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Unwind.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,5 @@ contract UnwindTest is Bootstrap {
uint256 balanceAfter = WETH.balanceOf(DEBT_ACTOR);

assertGt(balanceAfter, balanceBefore);
availableMargin = perpsMarketProxy.getAvailableMargin(ACCOUNT_ID);
}
}

0 comments on commit e42f2d7

Please sign in to comment.