Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Aug 7, 2024
1 parent 17a5a48 commit 0f0589f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LaunchAuctionPriceOracle/DecayedPremium.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract DecayedPremium is LaunchAuctionPriceOracleBase {
uint256 auctionEndPremium = oracle.decayedPremium(totalDays * 1 days);
assertTrue(auctionEndPremium < oracle.endValue());
}

function test_decayedPremium_halfPeriod() public view {
uint256 elapsed = 1 hours / 2;
uint256 expectedPremium = 70710678118654752400; // Calculated expected value for premium price after 1/2 day
Expand Down

0 comments on commit 0f0589f

Please sign in to comment.