Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
itirabasso committed Jan 16, 2023
1 parent befe82f commit 4cbb0df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/AludelV3Lib.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ contract AludelV3LibTest is Test {

vm.assume(sharesOutstanding > 0);
vm.assume(remainingRewards > 0);
// todo : do we need this?
// vm.assume(sharesOutstanding < remainingRewards * BASE_SHARES_PER_WEI);
assertEq(
AludelV3Lib.calculateNewShares(sharesOutstanding, remainingRewards, newRewards),
uint256(sharesOutstanding) * uint256(newRewards) / uint256(remainingRewards)
Expand Down

0 comments on commit 4cbb0df

Please sign in to comment.