From 2212758d1711f41c1d176443719cf56ed6bf6208 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 18 Dec 2020 11:46:00 +1100 Subject: [PATCH] Rename refund test as it is alice specific --- swap/tests/{refund_restart.rs => refund_restart_alice.rs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename swap/tests/{refund_restart.rs => refund_restart_alice.rs} (98%) diff --git a/swap/tests/refund_restart.rs b/swap/tests/refund_restart_alice.rs similarity index 98% rename from swap/tests/refund_restart.rs rename to swap/tests/refund_restart_alice.rs index 956a04b3..bbcf6d27 100644 --- a/swap/tests/refund_restart.rs +++ b/swap/tests/refund_restart_alice.rs @@ -14,7 +14,7 @@ pub mod testutils; // Bob locks btc and Alice locks xmr. Alice fails to act so Bob refunds. Alice // then also refunds. #[tokio::test] -async fn both_refund() { +async fn given_alice_restarts_after_xmr_is_locked_abort_swap() { let _guard = init_tracing(); let cli = Cli::default();