mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-12 09:39:52 -04:00
Rename refund test as it is alice specific
This commit is contained in:
parent
9af8ab3028
commit
2212758d17
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue