Soundness

This commit is contained in:
David Evans 2021-06-11 10:19:09 +01:00
parent 7dabc4981f
commit 0edbe5231b

View File

@ -30,6 +30,7 @@ extension SocksClientHandlerTests {
("testTypicalWorkflowDripfeed", testTypicalWorkflowDripfeed), ("testTypicalWorkflowDripfeed", testTypicalWorkflowDripfeed),
("testInvalidAuthenticationMethod", testInvalidAuthenticationMethod), ("testInvalidAuthenticationMethod", testInvalidAuthenticationMethod),
("testProxyConnectionFailed", testProxyConnectionFailed), ("testProxyConnectionFailed", testProxyConnectionFailed),
("testDelayedConnection", testDelayedConnection),
] ]
} }
} }