1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 23:17:42 +02:00

update tests

This commit is contained in:
Nikolay Kim
2019-03-14 12:01:35 -07:00
parent 86405cfe7a
commit 1f9467e880
2 changed files with 21 additions and 21 deletions

View File

@ -50,7 +50,7 @@ fn test_start() {
let mut connector = test::run_on(|| {
Ok::<_, ()>(
client::Connector::default()
client::Connector::new()
.timeout(Duration::from_millis(100))
.service(),
)