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
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

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