From c02d73c36ed0c4253c862cd8aab6833f3636b07c Mon Sep 17 00:00:00 2001 From: lash Date: Sat, 23 Apr 2022 04:33:58 +0000 Subject: [PATCH] Make token filter pass --- tests/test_token_filter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_token_filter.py b/tests/test_token_filter.py index 22b3385..733500e 100644 --- a/tests/test_token_filter.py +++ b/tests/test_token_filter.py @@ -24,12 +24,12 @@ from chainlib.eth.contract import ABIContractEncoder from hexathon import strip_0x from eth_token_index import TokenUniqueSymbolIndex from cic_eth_registry.error import UnknownContractError - -# local imports -from cic_eth.runnable.daemons.filters.token import TokenFilter from cic_eth.db.models.gas_cache import GasCache from cic_eth.db.models.base import SessionBase +# local imports +from cic_sync_filter.token import TokenFilter + def test_filter_gas( default_chain_spec,