From 676f4704dbb76b6d2bdece877d1bf96b5c51aabf Mon Sep 17 00:00:00 2001 From: EG <37511853+Lefgk@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:21:00 +0000 Subject: [PATCH] Update PoolV3.unit.t.sol small typo error udnerlying -> underlying --- contracts/test/unit/pool/PoolV3.unit.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/test/unit/pool/PoolV3.unit.t.sol b/contracts/test/unit/pool/PoolV3.unit.t.sol index da8ff030..a2f26f7a 100644 --- a/contracts/test/unit/pool/PoolV3.unit.t.sol +++ b/contracts/test/unit/pool/PoolV3.unit.t.sol @@ -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)) );