Skip to content

Commit

Permalink
Fix allowance function calls in CSAccountingTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Nov 8, 2023
1 parent 2d4aeee commit de43ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CSAccounting.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ contract CSAccountingTest is
vm.mockCall(
address(stETH),
abi.encodeWithSelector(
stETH.permit.selector,
stETH.allowance.selector,
user,
address(accounting)
),
Expand Down Expand Up @@ -518,7 +518,7 @@ contract CSAccountingTest is
vm.mockCall(
address(wstETH),
abi.encodeWithSelector(
wstETH.permit.selector,
wstETH.allowance.selector,
user,
address(accounting)
),
Expand Down

0 comments on commit de43ee6

Please sign in to comment.