Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Oct 17, 2024
1 parent 98b9a4c commit db23d91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/test/GatewayZEVM.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ contract GatewayZEVMInboundTest is Test, IGatewayZEVMEvents, IGatewayZEVMErrors

function testWithdrawZETA() public {
uint256 amount = 1;
// uint256 ownerBalanceBefore = zetaToken.balanceOf(owner);
// uint256 gatewayBalanceBefore = zetaToken.balanceOf(address(gateway));
// uint256 protocolBalanceBefore = protocolAddress.balance;
uint256 chainId = 1;
Expand Down

0 comments on commit db23d91

Please sign in to comment.