mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-11 00:00:08 +08:00
Update tests
This commit is contained in:
@@ -99,9 +99,8 @@ class OpenVPNAdapterTests: XCTestCase {
|
||||
|
||||
expectations[.connection] = expectation(description: "me.ss-abramchuk.openvpn-adapter.connection")
|
||||
|
||||
adapter.packetFlow = customFlow
|
||||
adapter.delegate = self
|
||||
adapter.connect()
|
||||
adapter.connect(using: customFlow)
|
||||
|
||||
waitForExpectations(timeout: 30.0) { (error) in
|
||||
adapter.disconnect()
|
||||
|
||||
Reference in New Issue
Block a user