mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-18 19:18:33 -04:00
Use Alice swap factory in production
This commit is contained in:
parent
67e925fe1f
commit
3398ef8236
10 changed files with 259 additions and 291 deletions
|
@ -7,7 +7,7 @@ pub mod testutils;
|
|||
|
||||
#[tokio::test]
|
||||
async fn happy_path() {
|
||||
testutils::init(|test| async move {
|
||||
testutils::setup_test(|test| async move {
|
||||
let alice_swap = test.new_swap_as_alice().await;
|
||||
let bob_swap = test.new_swap_as_bob().await;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue