Properly fix mock path in cic-eth test

This commit is contained in:
nolash
2021-07-07 09:32:52 +02:00
parent cb4927edc9
commit ba729a0a54

View File

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