Skip to content

Commit

Permalink
fix: mine 1 block while waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Feb 12, 2024
1 parent 60966c5 commit f5c9d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/tests-e2e/tests/e2e_collaborative_close_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ async fn can_open_and_collab_close_channel() {

// wait until there is no balance off-chain anymore
wait_until!({
test.bitcoind.mine(1).await.unwrap();
refresh_wallet_info();
let app_balance = test.app.rx.wallet_info().unwrap().balances;
tracing::info!(
Expand Down

0 comments on commit f5c9d5e

Please sign in to comment.