Skip to content

Commit

Permalink
Fix: Use ether value
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Mar 19, 2024
1 parent f4a7776 commit ff2f468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foundry/integration/ynLSD.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ff2f468

Please sign in to comment.