Rename refund test as it is alice specific

pull/100/head
Franck Royer 4 years ago
parent 9af8ab3028
commit 2212758d17
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

@ -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();
Loading…
Cancel
Save