mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 12:36:36 -05:00
add missing tokio::test attribute
This commit is contained in:
parent
32adfa55ec
commit
20a32b1dac
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue