Skip to content

Commit

Permalink
chore: fix typo in comment (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: peicuiping <[email protected]>
  • Loading branch information
peicuiping authored Jan 6, 2025
1 parent 62d29e5 commit 1415a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/DSCEngineTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ contract DSCEngineTest is StdCheats, Test {

function testHealthFactorCanGoBelowOne() public depositedCollateralAndMintedDsc {
int256 ethUsdUpdatedPrice = 18e8; // 1 ETH = $18
// Rememeber, we need $200 at all times if we have $100 of debt
// Remember, we need $200 at all times if we have $100 of debt

MockV3Aggregator(ethUsdPriceFeed).updateAnswer(ethUsdUpdatedPrice);

Expand Down

0 comments on commit 1415a29

Please sign in to comment.