add missing tokio::test attribute

This commit is contained in:
Lorenzo Tucci 2024-01-13 21:23:56 +02:00
parent 32adfa55ec
commit 20a32b1dac
No known key found for this signature in database
GPG Key ID: D98C4FA2CDF590A0

View File

@ -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;