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"
}
}
],