Skip to content

Commit

Permalink
fix: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Nov 9, 2023
1 parent b5a791a commit dbd56ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/DepositInTokens.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ contract DepositIntegrationTest is
});
vm.stopPrank();

vm.prank(stranger);
vm.prank(user);
accounting.depositStETHWithPermit(
user,
0,
Expand Down Expand Up @@ -173,7 +173,7 @@ contract DepositIntegrationTest is
uint256 wstETHAmount = wstETH.wrap(32 ether);
vm.stopPrank();

vm.prank(stranger);
vm.prank(user);
uint256 shares = accounting.depositWstETHWithPermit(
user,
0,
Expand Down

0 comments on commit dbd56ce

Please sign in to comment.