This commit is contained in:
Ali MJ Al-Nasrawy 2021-07-10 00:09:39 +03:00
parent d69fa441b4
commit 5fdcd4cca6
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ mod notify_on_drop {
mod tests { mod tests {
use super::*; use super::*;
use actix_rt::task::yield_now; use actix_rt::{task::yield_now, time::sleep};
#[actix_rt::test] #[actix_rt::test]
async fn test_date_service_update() { async fn test_date_service_update() {