Skip to content

Commit

Permalink
test: rm assert condition due to changes in assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Feb 6, 2024
1 parent 5190603 commit bd089cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/Aave.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,6 @@ contract AaveIntegrationTest is BaseTest {
uint256 lBalAfterTimePair = _manager.getBalance(_pair, USDC);
uint256 lBalAfterTimeOther = _manager.getBalance(lOtherPair, USDC);
uint256 lClaimed = _manager.claimRewardForMarket(lUSDCMarket, lWavax);

Check warning on line 1039 in test/integration/Aave.t.sol

View workflow job for this annotation

GitHub Actions / lint

Variable "lClaimed" is unused
assertGt(lClaimed, 0);
uint256 lAmtUSDC = 9_019_238;
_deal(address(USDC), address(this), lAmtUSDC);
// supply the USDC for aaveUSDC
Expand Down

0 comments on commit bd089cd

Please sign in to comment.