Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Aug 19, 2024
1 parent 016ec17 commit fcbdfce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/abstract/OrderBookV4ArbOrderTaker.context.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ contract OrderBookV4ArbOrderTakerContextTest is OrderBookExternalRealTest {
});

vm.mockCall(address(iToken0), abi.encodeWithSelector(IERC20.approve.selector), abi.encode(true));
vm.mockCall(
address(iToken0),
abi.encodeWithSelector(IERC20.allowance.selector),
abi.encode(0)
);
vm.mockCall(address(iToken0), abi.encodeWithSelector(IERC20.allowance.selector), abi.encode(0));
vm.mockCall(
address(iToken0),
abi.encodeWithSelector(IERC20.balanceOf.selector, address(arbOrderTaker)),
Expand Down

0 comments on commit fcbdfce

Please sign in to comment.