Rename refund test as it is alice specific

This commit is contained in:
Franck Royer 2020-12-18 11:46:00 +11:00
parent 9af8ab3028
commit 2212758d17
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -14,7 +14,7 @@ pub mod testutils;
// Bob locks btc and Alice locks xmr. Alice fails to act so Bob refunds. Alice // Bob locks btc and Alice locks xmr. Alice fails to act so Bob refunds. Alice
// then also refunds. // then also refunds.
#[tokio::test] #[tokio::test]
async fn both_refund() { async fn given_alice_restarts_after_xmr_is_locked_abort_swap() {
let _guard = init_tracing(); let _guard = init_tracing();
let cli = Cli::default(); let cli = Cli::default();