Skip to content

Commit

Permalink
fix IBC e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Aug 14, 2023
1 parent 453ac53 commit d0a8c08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ fn run_ledger_ibc() -> Result<()> {
ledger_a.exp_string("Committed block hash")?;
ledger_b.exp_string("Committed block hash")?;

wait_for_wasm_pre_compile(&mut ledger_a)?;
wait_for_wasm_pre_compile(&mut ledger_b)?;
let _bg_ledger_a = ledger_a.background();
let _bg_ledger_b = ledger_b.background();

Expand Down

0 comments on commit d0a8c08

Please sign in to comment.