Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Mar 17, 2024
1 parent af51abe commit 068cc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/OracleWriter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ contract OracleWriterTest is BaseTest {
lOriginalPrice.fullMulDiv(1e18 - lMaxChangePerTrade, 1e18),
0.0001e18
);
assertLt(lObs.logInstantRawPrice, lObs.logInstantClampedPrice); // the raw price should be more negative than the clamped price
assertLt(lObs.logInstantRawPrice, lObs.logInstantClampedPrice); // the log of the raw price should be more negative than the log of the clamped price
}

function testUpdateOracle_DecreasePrice_ExceedMaxChangeRate() external allPairs { }

Check warning on line 321 in test/unit/OracleWriter.t.sol

View workflow job for this annotation

GitHub Actions / lint

Code contains empty blocks
Expand Down

0 comments on commit 068cc49

Please sign in to comment.