Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Dec 14, 2024
1 parent e9951e0 commit e9518f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/gas/WrappedTokenGatewayV3.gas.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ contract WrappedTokenGatewayV3_gas_Tests is Testhelpers {

_skip(100);

VariableDebtToken(wEthVariableDebt).approveDelegation(report.wrappedTokenGateway, type(uint256).max);
VariableDebtToken(wEthVariableDebt).approveDelegation(
report.wrappedTokenGateway,
type(uint256).max
);
contracts.wrappedTokenGateway.borrowETH(address(0), 0.1 ether, 0);
vm.snapshotGasLastCall('WrappedTokenGatewayV3', 'borrowETH');

Expand Down

0 comments on commit e9518f4

Please sign in to comment.