Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daopunk committed Jul 3, 2024
1 parent c104e73 commit f8bf2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/E2ELiquidation.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ contract E2ELiquidation is Common {
}

function testBuyCollateral1() public {
// CAH holds all 185 ether of collateral after liquidation and before auction
// CAH holds all 136 ether of collateral after liquidation and before auction
_logWadCollateralAuctionHouseTokenCollateral(TKN);
assertEq(safeEngine.tokenCollateral(TKN, address(collateralAuctionHouse[TKN])), DEPOSIT);

Expand Down

0 comments on commit f8bf2dc

Please sign in to comment.