mirror of https://github.com/fafhrd91/actix-web
fix
This commit is contained in:
parent
d69fa441b4
commit
5fdcd4cca6
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue