This commit is contained in:
Nikolay Kim 2024-11-02 17:20:38 +05:00
parent 420aaf0c96
commit f2b99a9b1e

View file

@ -314,7 +314,7 @@ mod tests {
} else {
Poll::Pending
}
});
}).await;
assert!(service.ready().await.is_ok());
service.shutdown().await;