diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-05-03 10:43:27 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-05-03 16:41:55 +0200 |
| commit | 6c16caa14aa1eae323910a596c526dd0bc4a9ce1 (patch) | |
| tree | 96c14fe72c15256d878a1674fb0c0042af062070 | |
| parent | 5d69ec1e76fc8e7e45977cb70de648d233a25f9b (diff) | |
| download | mullvadvpn-6c16caa14aa1eae323910a596c526dd0bc4a9ce1.tar.xz mullvadvpn-6c16caa14aa1eae323910a596c526dd0bc4a9ce1.zip | |
Sort tests in alphabetical order
| -rw-r--r-- | ios/MullvadVPN.xcodeproj/project.pbxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ios/MullvadVPN.xcodeproj/project.pbxproj b/ios/MullvadVPN.xcodeproj/project.pbxproj index 8dbb920257..2dbb51e2b2 100644 --- a/ios/MullvadVPN.xcodeproj/project.pbxproj +++ b/ios/MullvadVPN.xcodeproj/project.pbxproj @@ -1653,12 +1653,12 @@ 589A455328E094B300565204 /* OperationsTests */ = { isa = PBXGroup; children = ( - 58DF5B7E2852778600E92647 /* OperationSmokeTests.swift */, - 58DF5B772852178600E92647 /* OperationInputInjectionTests.swift */, - 583E1E292848DF67004838B3 /* OperationObserverTests.swift */, - 580CBFB72848D503007878F0 /* OperationConditionTests.swift */, 58AFC99429F96F7B000829DE /* AsyncBlockOperationTests.swift */, 58AFC99629F9753D000829DE /* AsyncResultBlockOperationTests.swift */, + 580CBFB72848D503007878F0 /* OperationConditionTests.swift */, + 58DF5B772852178600E92647 /* OperationInputInjectionTests.swift */, + 583E1E292848DF67004838B3 /* OperationObserverTests.swift */, + 58DF5B7E2852778600E92647 /* OperationSmokeTests.swift */, 58AFC99829F97856000829DE /* TransformOperationTests.swift */, ); path = OperationsTests; |
