Skip to content

Commit 2d3bdd3

Browse files
author
Jon Petersson
committed
Allow relay selector to filter DAITA enabled relays
1 parent 554ec9f commit 2d3bdd3

File tree

3 files changed

+8
-29
lines changed

3 files changed

+8
-29
lines changed

ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

-23
This file was deleted.

ios/MullvadVPNTests/MullvadREST/Relay/RelaySelectorTests.swift

+7-5
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,13 @@ class RelaySelectorTests: XCTestCase {
229229
exitLocations: .only(UserSelectedRelays(locations: [.country("se")]))
230230
)
231231

232-
XCTAssertNoThrow(try pickRelay(
233-
by: hasDaitaConstraints,
234-
in: sampleRelays,
235-
failedAttemptCount: 0,
236-
daitaEnabled: true)
232+
XCTAssertNoThrow(
233+
try pickRelay(
234+
by: hasDaitaConstraints,
235+
in: sampleRelays,
236+
failedAttemptCount: 0,
237+
daitaEnabled: true
238+
)
237239
)
238240
XCTAssertThrowsError(
239241
try pickRelay(by: noDaitaConstraints, in: sampleRelays, failedAttemptCount: 0, daitaEnabled: true)

ios/PacketTunnelCoreTests/SingleHopPostQuantumKeyExchangingTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//
1+
//
22
// SingleHopPostQuantumKeyExchangingTests.swift
33
// MullvadPostQuantumTests
44
//

0 commit comments

Comments
 (0)