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
In particular, the build for model_based tests fails.
Output:
Compiling ibc v0.1.0 (/Users/adi/Hammers/ibc-rs/modules)
error[E0433]: failed to resolve: could not find `mock` in `ibc`
--> modules/tests/model_based.rs:15:10
|
15 | use ibc::mock::client_state::{MockClientState, MockConsensusState};
| ^^^^ could not find `mock` in `ibc`
error[E0433]: failed to resolve: could not find `mock` in `ibc`
--> modules/tests/model_based.rs:16:10
|
16 | use ibc::mock::context::MockContext;
| ^^^^ could not find `mock` in `ibc`
error[E0433]: failed to resolve: could not find `mock` in `ibc`
--> modules/tests/model_based.rs:17:10
|
17 | use ibc::mock::header::MockHeader;
| ^^^^ could not find `mock` in `ibc`
error[E0433]: failed to resolve: could not find `mock` in `ibc`
--> modules/tests/model_based.rs:18:10
...
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
adizere
changed the title
Tests fail on master
MBT tests failing
Feb 12, 2021
adizere
changed the title
MBT tests failing
MBT tests failing if run from inside modules
Feb 12, 2021
Crate
ibc
Version
master
ca33863
Steps to Reproduce
In particular, the build for
model_based
tests fails.Output:
For Admin Use
The text was updated successfully, but these errors were encountered: