mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-25 15:39:25 -05:00
Rename refund test as it is alice specific
This commit is contained in:
parent
9af8ab3028
commit
2212758d17
@ -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();
|
Loading…
Reference in New Issue
Block a user