diff --git a/test/foundry/integration/ynLSD.t.sol b/test/foundry/integration/ynLSD.t.sol index 2388fd799..991e2690c 100644 --- a/test/foundry/integration/ynLSD.t.sol +++ b/test/foundry/integration/ynLSD.t.sol @@ -347,7 +347,7 @@ contract ynLSDAdminTest is IntegrationBaseTest { function testRetrieveAssetsSuccess() public { IERC20 asset = IERC20(chainAddresses.lsd.STETH_ADDRESS); - uint256 amount = 64; + uint256 amount = 64 ether; vm.prank(actors.STAKING_NODE_CREATOR); ynlsd.createLSDStakingNode();