Skip to content

Commit

Permalink
test: add singled out test
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Jan 4, 2024
1 parent 9223fff commit 50abb93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/prod/aave-v2/TestUpgradeLens.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ contract TestUpgradeLens is TestSetup {
}
}

function testSingledOut() public {
testNextRateShouldMatchRateAfterInteraction(4);
}

function testNextRateShouldMatchRateAfterInteraction(uint96 _amount) public {
_upgrade();

Expand Down

0 comments on commit 50abb93

Please sign in to comment.