mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
add missing tokio::test attribute
This commit is contained in:
parent
32adfa55ec
commit
20a32b1dac
@ -575,6 +575,8 @@ mod test {
|
||||
.await;
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[serial]
|
||||
pub async fn suspend_current_swap_no_swap_running() {
|
||||
setup_test(SlowCancelConfig, |harness_ctx| async move {
|
||||
let (client, _, _) = setup_daemon(harness_ctx).await;
|
||||
|
Loading…
Reference in New Issue
Block a user