1
0
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:
Nikolay Kim
2018-12-12 18:56:39 -08:00
parent bf9bd97173
commit cd5435e5ee
6 changed files with 7 additions and 7 deletions

View File

@@ -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;