Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MBT tests failing if run from inside modules #642

Closed
5 tasks
adizere opened this issue Feb 12, 2021 · 0 comments · Fixed by #643
Closed
5 tasks

MBT tests failing if run from inside modules #642

adizere opened this issue Feb 12, 2021 · 0 comments · Fixed by #643
Assignees

Comments

@adizere
Copy link
Member

adizere commented Feb 12, 2021

Crate

ibc

Version

master
ca33863

Steps to Reproduce

cd modules/
cargo test

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
@adizere adizere changed the title Tests fail on master MBT tests failing Feb 12, 2021
@adizere adizere changed the title MBT tests failing MBT tests failing if run from inside modules Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants