mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 10:39:03 +02:00
update tests
This commit is contained in:
@ -53,7 +53,7 @@ pub struct TestServerRuntime<T> {
|
||||
|
||||
impl TestServer {
|
||||
/// Start new test server with application factory
|
||||
pub fn with_factory<F: StreamServiceFactory>(
|
||||
pub fn new<F: StreamServiceFactory>(
|
||||
factory: F,
|
||||
) -> TestServerRuntime<
|
||||
impl Service<Request = Connect, Response = impl Connection, Error = ConnectorError>
|
||||
|
Reference in New Issue
Block a user