Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshavrajsinghal committed Jun 26, 2024
1 parent 8e78e55 commit 357806a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ contract ExponentialPremiumFuzzTest is ExponentialPremiumOracleBase {
bool withinBounds = (leftBound <= result && result <= rightBound); // Checking accuracy within 0.1 percent of the expected result
assertTrue(withinBounds);
}
}
}
1 change: 0 additions & 1 deletion test/ExponentialPremiumPriceOracle/decayedPremium.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ contract DecayedPremium is ExponentialPremiumOracleBase {
uint256 actualPremium = oracle.decayedPremium(elapsed);
assertEq(actualPremium, expectedPremium);
}

}

0 comments on commit 357806a

Please sign in to comment.