Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Nov 29, 2024
1 parent 9ef43db commit 4922ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swap/tests/harness/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ async fn start_alice(
let latest_rate = FixedRate::default();
let resume_only = false;

let mut swarm = swarm::asb(
let (mut swarm, _) = swarm::asb(
seed,
min_buy,
max_buy,
Expand All @@ -252,6 +252,7 @@ async fn start_alice(
env_config,
XmrBtcNamespace::Testnet,
&[],
None,
)
.unwrap();
swarm.listen_on(listen_address).unwrap();
Expand Down

0 comments on commit 4922ef5

Please sign in to comment.