Skip to content

Commit 4b68ea1

Browse files
committed
f Fix CLN integration test
1 parent 0752cab commit 4b68ea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests_cln.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ fn test_cln() {
8888
let funding_txo = common::expect_channel_pending_event!(node, cln_node_id);
8989
common::wait_for_tx(&electrs_client, funding_txo.txid);
9090
common::generate_blocks_and_wait(&bitcoind_client, &electrs_client, 6);
91+
node.sync_wallets().unwrap();
9192
let user_channel_id = common::expect_channel_ready_event!(node, cln_node_id);
9293
assert_eq!(node.list_channels().first().unwrap().channel_type, Some(ChannelType::Anchors));
9394

0 commit comments

Comments
 (0)