Skip to content

Commit

Permalink
test: rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Aug 8, 2024
1 parent d9453ac commit 63f4583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/large/ReservoirPriceOracleLarge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ contract ReservoirPriceOracleLargeTest is ReservoirPriceOracleTest {
lRoute[3] = aTokenAAddress;
}

uint16[] memory lBpDiffForMaxReward = new uint16[](3);
lBpDiffForMaxReward[0] = lBpDiffForMaxReward[1] = lBpDiffForMaxReward[2] = Constants.BP_SCALE;
uint16[] memory lRewardThresholds = new uint16[](3);
lRewardThresholds[0] = lRewardThresholds[1] = lRewardThresholds[2] = Constants.BP_SCALE;

_oracle.setRoute(lRoute[0], lRoute[3], lRoute, lBpDiffForMaxReward);
_oracle.setRoute(lRoute[0], lRoute[3], lRoute, lRewardThresholds);
_writePriceCache(
lTokenA < lTokenB ? aTokenAAddress : aTokenBAddress,
lTokenA < lTokenB ? aTokenBAddress : aTokenAAddress,
Expand Down

0 comments on commit 63f4583

Please sign in to comment.