Skip to content

Commit

Permalink
test: fix route setting
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jun 11, 2024
1 parent 12779f1 commit 6b073d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/large/ReservoirPriceOracleLarge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ contract ReservoirPriceOracleLargeTest is ReservoirPriceOracleTest {
lRoute[3] = aTokenAAddress;
}

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

0 comments on commit 6b073d1

Please sign in to comment.