From a4906f8f267609618fd63516dfe80c50399c22ba Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sat, 11 Jul 2026 10:43:27 +0000 Subject: [PATCH] Fixed container paths for the Packages test targets in the Website test plan. (#16) Reviewed-on: https://repo.rock-n-code.com/rock-n-code/loud-amsterdam/pulls/16 Co-authored-by: Javier Cicchelli Co-committed-by: Javier Cicchelli --- Services/Website/Tests/Website.xctestplan | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Services/Website/Tests/Website.xctestplan b/Services/Website/Tests/Website.xctestplan index 1711555..7b0061e 100644 --- a/Services/Website/Tests/Website.xctestplan +++ b/Services/Website/Tests/Website.xctestplan @@ -34,16 +34,16 @@ }, { "target" : { - "containerPath" : "container:..\/Localization", - "identifier" : "LocalizationTests", - "name" : "LocalizationTests" + "containerPath" : "container:..\/..\/Packages\/Persistence", + "identifier" : "PersistenceTests", + "name" : "PersistenceTests" } }, { "target" : { - "containerPath" : "container:", - "identifier" : "PersistenceTests", - "name" : "PersistenceTests" + "containerPath" : "container:..\/..\/Packages\/Localization", + "identifier" : "LocalizationTests", + "name" : "LocalizationTests" } } ],