From f286ed8ff9b6fe5725b680239e67627e7bcefb0b Mon Sep 17 00:00:00 2001 From: Davide Date: Sat, 2 Nov 2024 10:21:14 +0100 Subject: [PATCH] Clean up test plan --- .../Tests/AppUIMainTests/ProfileImporterTests.swift | 2 +- .../Library/Tests/UILibraryTests/ProfileEditorTests.swift | 2 +- Passepartout/Passepartout.xctestplan | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Passepartout/Library/Tests/AppUIMainTests/ProfileImporterTests.swift b/Passepartout/Library/Tests/AppUIMainTests/ProfileImporterTests.swift index bdee4be3..6e35d747 100644 --- a/Passepartout/Library/Tests/AppUIMainTests/ProfileImporterTests.swift +++ b/Passepartout/Library/Tests/AppUIMainTests/ProfileImporterTests.swift @@ -23,7 +23,7 @@ // along with Passepartout. If not, see . // -@testable import AppLibrary +import AppLibrary @testable import AppUIMain import Combine import Foundation diff --git a/Passepartout/Library/Tests/UILibraryTests/ProfileEditorTests.swift b/Passepartout/Library/Tests/UILibraryTests/ProfileEditorTests.swift index c0ceb302..6b5df23d 100644 --- a/Passepartout/Library/Tests/UILibraryTests/ProfileEditorTests.swift +++ b/Passepartout/Library/Tests/UILibraryTests/ProfileEditorTests.swift @@ -23,7 +23,7 @@ // along with Passepartout. If not, see . // -@testable import AppLibrary +import AppLibrary import Combine import Foundation import PassepartoutKit diff --git a/Passepartout/Passepartout.xctestplan b/Passepartout/Passepartout.xctestplan index 8086757d..727e2e29 100644 --- a/Passepartout/Passepartout.xctestplan +++ b/Passepartout/Passepartout.xctestplan @@ -22,15 +22,15 @@ { "target" : { "containerPath" : "container:Passepartout\/Library", - "identifier" : "AppUITests", - "name" : "AppUITests" + "identifier" : "AppUIMainTests", + "name" : "AppUIMainTests" } }, { "target" : { "containerPath" : "container:Passepartout\/Library", - "identifier" : "AppUIMainTests", - "name" : "AppUIMainTests" + "identifier" : "UILibraryTests", + "name" : "UILibraryTests" } } ],