You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MockBlockchainClientServer has been migrated to masq_lib/src/test_utils/mock_blockchain_client_server.rs
From multinode_integration_tests/src/mock_blockchain_client_server.rs
So we have access for testing in Node.
However the currents tests for MockBlockchainClientServer rely on Docker and unable to be migrated at the same time.
This card is to remind us to come up with a solution to resolve this.
We currently need MockBlockchainClientServer in node and in multinode_integration_tests.
Maybe it would be more appropriate to re-write these test's with out Docker?
The text was updated successfully, but these errors were encountered:
MockBlockchainClientServer
has been migrated tomasq_lib/src/test_utils/mock_blockchain_client_server.rs
From
multinode_integration_tests/src/mock_blockchain_client_server.rs
So we have access for testing in Node.
However the currents tests for
MockBlockchainClientServer
rely on Docker and unable to be migrated at the same time.This card is to remind us to come up with a solution to resolve this.
We currently need
MockBlockchainClientServer
in node and in multinode_integration_tests.Maybe it would be more appropriate to re-write these test's with out Docker?
The text was updated successfully, but these errors were encountered: