Skip to content

Commit

Permalink
test: add failling test.
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux committed Sep 22, 2024
1 parent b2c98cb commit fa75288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fork/LidoFixedPriceMultiLpARM/RequestRedeem.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ contract Fork_Concrete_LidoFixedPriceMultiLpARM_RequestRedeem_Test_ is Fork_Shar
(uint256 requestId, uint256 assets) = lidoFixedPriceMulltiLpARM.requestRedeem(DEFAULT_AMOUNT);

assertEq(requestId, 0); // First request
assertEqQueueMetadata(DEFAULT_AMOUNT, 0, 0, 1); // One request in the queue
assertEq(assets, DEFAULT_AMOUNT, "Wrong amount of assets"); // As no profits, assets returned are the same as deposited
}
}

0 comments on commit fa75288

Please sign in to comment.