Skip to content

Commit

Permalink
resolve build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
EdNoepel committed Dec 18, 2023
1 parent f6634d9 commit a167f0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/forge/unit/Rewards/RewardsManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,6 @@ contract RewardsManagerTest is RewardsHelperContract {
uint256 rewardsEarned = _rewardsManager.calculateRewards(tokenIdOne, _pool.currentBurnEpoch());
assertEq(rewardsEarned, 226.035173868192232711 * 1e18);
assertLt(rewardsEarned, Maths.wmul(totalTokensBurned, 0.800000000000000000 * 1e18));
return;

/******************************/
/*** Second Reserve Auction ***/
Expand Down

0 comments on commit a167f0e

Please sign in to comment.