Skip to content

Commit

Permalink
✅ remove unused local variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Oct 16, 2024
1 parent c201d8a commit f4714f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/Collateral.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ contract WithdrawCollateral is CollateralTest {

function test_withdrawCollateral_wrap_Unauthorized() public {
deal(address(WETH), ACTOR, SMALLER_AMOUNT);
uint256 preBalance = WETH.balanceOf(ACTOR);

vm.startPrank(ACTOR);

Expand Down Expand Up @@ -576,8 +575,6 @@ contract WithdrawCollateral is CollateralTest {
}

function test_withdrawCollateral_ETH_Unauthorized() public {
uint256 preBalance = ACTOR.balance;

vm.deal(ACTOR, SMALLER_AMOUNT);

vm.startPrank(ACTOR);
Expand Down

0 comments on commit f4714f9

Please sign in to comment.