Skip to content

Commit ead0e2a

Browse files
committed
fix(test): drop stale random_listening_addresses import
The helper was renamed to generate_listening_addresses (already imported on the line above), but the old name lingered in the import list, breaking the cargo test build on CI and skipping the CBF test step entirely. AI-assisted with Claude Code.
1 parent 817e764 commit ead0e2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration_tests_rust.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ use common::{
2323
expect_payment_successful_event, expect_splice_pending_event, generate_blocks_and_wait,
2424
generate_listening_addresses, open_channel, open_channel_push_amt, open_channel_with_all,
2525
premine_and_distribute_funds, premine_blocks, prepare_rbf, random_chain_source, random_config,
26-
random_listening_addresses, setup_bitcoind_and_electrsd, setup_builder, setup_node,
27-
setup_two_nodes, skip_if_cbf, splice_in_with_all, wait_for_cbf_sync, wait_for_tx,
28-
TestChainSource, TestStoreType, TestSyncStore,
26+
setup_bitcoind_and_electrsd, setup_builder, setup_node, setup_two_nodes, skip_if_cbf,
27+
splice_in_with_all, wait_for_cbf_sync, wait_for_tx, TestChainSource, TestStoreType,
28+
TestSyncStore,
2929
};
3030
use electrsd::corepc_node::Node as BitcoinD;
3131
use electrsd::ElectrsD;

0 commit comments

Comments
 (0)