Skip to content

Commit 02bd0f6

Browse files
committedNov 24, 2024
Fix plans
1 parent 1dfc8a1 commit 02bd0f6

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed
 

‎PackageTests.xctestplan

+13-6
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,23 @@
1414
"testTargets" : [
1515
{
1616
"target" : {
17-
"containerPath" : "container:Packages\/Model",
18-
"identifier" : "AuthTests",
19-
"name" : "AuthTests"
17+
"containerPath" : "container:",
18+
"identifier" : "DesignSystemTests",
19+
"name" : "DesignSystemTests"
2020
}
2121
},
2222
{
2323
"target" : {
24-
"containerPath" : "container:Packages\/Features",
25-
"identifier" : "DesignSystemTests",
26-
"name" : "DesignSystemTests"
24+
"containerPath" : "container:",
25+
"identifier" : "FeedUITests",
26+
"name" : "FeedUITests"
27+
}
28+
},
29+
{
30+
"target" : {
31+
"containerPath" : "container:",
32+
"identifier" : "AuthTests",
33+
"name" : "AuthTests"
2734
}
2835
}
2936
],

0 commit comments

Comments
 (0)