Skip to content

Commit

Permalink
test: fix macOS test plan paths
Browse files Browse the repository at this point in the history
  • Loading branch information
flexjdev committed Feb 1, 2024
1 parent f4fadd5 commit 9be957d
Showing 1 changed file with 7 additions and 21 deletions.
28 changes: 7 additions & 21 deletions apps/macos/ProtonVPN-macOS-Unit-All.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,13 @@
"name" : "ErgonomicsTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/libraries\/LegacyCommon",
"identifier" : "LegacyCommonTests",
"name" : "LegacyCommonTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/libraries\/Foundations\/LocalFeatureFlags",
"identifier" : "LocalFeatureFlagsTests",
"name" : "LocalFeatureFlagsTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/libraries\/LocalFeatureFlags",
"identifier" : "LocalFeatureFlagsTests",
"name" : "LocalFeatureFlagsTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/libraries\/Modals",
Expand Down Expand Up @@ -125,23 +111,23 @@
},
{
"target" : {
"containerPath" : "container:..\/..\/libraries\/Foundations\/Timer",
"identifier" : "TimerMockTests",
"name" : "TimerMockTests"
"containerPath" : "container:..\/..\/libraries\/ConnectionDetails",
"identifier" : "ConnectionDetailsTests",
"name" : "ConnectionDetailsTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/libraries\/Timer",
"containerPath" : "container:..\/..\/libraries\/Foundations\/Timer",
"identifier" : "TimerTests",
"name" : "TimerTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/libraries\/ConnectionDetails",
"identifier" : "ConnectionDetailsTests",
"name" : "ConnectionDetailsTests"
"containerPath" : "container:..\/..\/libraries\/Foundations\/Timer",
"identifier" : "TimerMockTests",
"name" : "TimerMockTests"
}
}
],
Expand Down

0 comments on commit 9be957d

Please sign in to comment.