diff --git a/protocols/route-processor/test/DataFetcher.test.ts b/protocols/route-processor/test/DataFetcher.test.ts index 24b6b5e129..3863a2ce84 100644 --- a/protocols/route-processor/test/DataFetcher.test.ts +++ b/protocols/route-processor/test/DataFetcher.test.ts @@ -351,12 +351,7 @@ async function runTest() { ), ) foundRouteReports.push( - findRoute( - dataFetcher, - token0, - token1, - chainId, - ), + findRoute(dataFetcher, token0, token1, chainId), ) }