mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 23:17:42 +02:00
update tests
This commit is contained in:
@ -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(),
|
||||
)
|
||||
|
Reference in New Issue
Block a user