Skip to content

Commit

Permalink
Update PoolV3.unit.t.sol
Browse files Browse the repository at this point in the history
small typo error
udnerlying -> underlying
  • Loading branch information
Lefgk authored Dec 6, 2024
1 parent b959c4b commit 676f470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/unit/pool/PoolV3.unit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ contract PoolV3UnitTest is TestHelper, IPoolV3Events, IERC4626Events {

_prepareAssets(caller, cases[i].assets);

// receives udnerlying
// receives underlying
vm.expectCall(
address(underlying), abi.encodeCall(IERC20.transferFrom, (caller, address(pool), cases[i].assets))
);
Expand Down

0 comments on commit 676f470

Please sign in to comment.