Use Alice swap factory in production

This commit is contained in:
Daniel Karzel 2021-01-18 21:24:13 +11:00
parent 67e925fe1f
commit 3398ef8236
10 changed files with 259 additions and 291 deletions

View file

@ -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;