Make token filter pass

This commit is contained in:
lash 2022-04-23 04:33:58 +00:00
parent 85a0984848
commit c02d73c36e
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 3 additions and 3 deletions

View File

@ -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,