Skip to content

Commit

Permalink
Update DataFetcher.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Feb 1, 2025
1 parent 12f5e62 commit 3b1fa28
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions protocols/route-processor/test/DataFetcher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,7 @@ async function runTest() {
),
)
foundRouteReports.push(
findRoute(
dataFetcher,
token0,
token1,
chainId,
),
findRoute(dataFetcher, token0, token1, chainId),
)
}

Expand Down

0 comments on commit 3b1fa28

Please sign in to comment.