Skip to content

Commit c42691e

Browse files
committed
[MOB-10402] Fix test plan path in xcscheme files
1 parent 2123eb7 commit c42691e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift-sdk.xcodeproj/xcshareddata/xcschemes/endpoint-tests.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
shouldUseLaunchSchemeArgsEnv = "YES">
1414
<TestPlans>
1515
<TestPlanReference
16-
reference = "container:../endpoint-tests.xctestplan"
16+
reference = "container:tests/endpoint-tests.xctestplan"
1717
default = "YES">
1818
</TestPlanReference>
1919
</TestPlans>

swift-sdk.xcodeproj/xcshareddata/xcschemes/swift-sdk.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</CodeCoverageTargets>
113113
<TestPlans>
114114
<TestPlanReference
115-
reference = "container:../swift-sdk.xctestplan"
115+
reference = "container:tests/swift-sdk.xctestplan"
116116
default = "YES">
117117
</TestPlanReference>
118118
</TestPlans>

0 commit comments

Comments
 (0)