Correct mocks path in cic tests, faulty contract-migration build

This commit is contained in:
nolash
2021-07-07 09:24:40 +02:00
parent 185458e320
commit cb4927edc9
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ from cic_eth.db.models.nonce import (
)
# test imports
from tests.mock.filter import (
from cic_eth.pytest.filter import (
block_filter,
tx_filter,
)