This commit is contained in:
fakeshadow 2021-01-10 01:26:56 +08:00
parent 64d3a59d2e
commit 1467ccdae7
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ mod tests {
use crate::{guard, http, web, App, HttpResponse}; use crate::{guard, http, web, App, HttpResponse};
use actix_service::Service; use actix_service::Service;
use futures_util::future::ok; use futures_util::future::ok;
#[actix_rt::test] #[actix_rt::test]
async fn test_service() { async fn test_service() {
let mut srv = init_service( let mut srv = init_service(