Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit c57bfac

Browse files
committed
fix duplicated integration tests
1 parent 5703949 commit c57bfac

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

romeo/tests/integration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mod tests;
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ use sbtc_cli::commands::{
88
deposit::{build_deposit_tx, DepositArgs},
99
};
1010

11-
mod bitcoin_client_integration;
12-
13-
use bitcoin_client_integration::{electrs_url, generate_blocks};
11+
use super::bitcoin_client::{electrs_url, generate_blocks};
1412

1513
const WALLET_0_P2TR_ADDRESS: &str =
1614
"bcrt1pte5zmd7qzj4hdu45lh9mmdm0nwq3z35pwnxmzkwld6y0a8g83nnqhj6vc0";

romeo/tests/tests/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pub mod bitcoin_client;
2+
pub mod deposit;
3+
pub mod stacks_client;

0 commit comments

Comments
 (0)