Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Nov 23, 2023
1 parent 2e4a962 commit 586ca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/payment-detection/test/any/any-to-eth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CurrencyManager } from '@requestnetwork/currency';
import { ExtensionTypes, IdentityTypes, RequestLogicTypes } from '@requestnetwork/types';
import { StaticJsonRpcProvider } from '@ethersproject/providers';
import { AnyToEthFeeProxyPaymentDetector } from '../../src/any';
import { getTheGraphEvmClient, TheGraphClient } from '../../src/thegraph';
import { TheGraphClient } from '../../src/thegraph';

const getLogs = jest.spyOn(StaticJsonRpcProvider.prototype, 'getLogs');

Expand Down

0 comments on commit 586ca8f

Please sign in to comment.