mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-22 21:15:06 +02:00
fix service tests
This commit is contained in:
@@ -190,7 +190,7 @@ mod tests {
|
||||
use futures::future::{err, FutureResult};
|
||||
|
||||
use super::*;
|
||||
use crate::{IntoNewService, NewService, Service};
|
||||
use crate::{IntoNewService, NewService, Service, ServiceExt};
|
||||
|
||||
struct Srv;
|
||||
|
||||
|
Reference in New Issue
Block a user