Clean up test plan

This commit is contained in:
Davide 2024-11-02 10:21:14 +01:00
parent 070b661c43
commit f286ed8ff9
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
3 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>. // along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
// //
@testable import AppLibrary import AppLibrary
@testable import AppUIMain @testable import AppUIMain
import Combine import Combine
import Foundation import Foundation

View File

@ -23,7 +23,7 @@
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>. // along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
// //
@testable import AppLibrary import AppLibrary
import Combine import Combine
import Foundation import Foundation
import PassepartoutKit import PassepartoutKit

View File

@ -22,15 +22,15 @@
{ {
"target" : { "target" : {
"containerPath" : "container:Passepartout\/Library", "containerPath" : "container:Passepartout\/Library",
"identifier" : "AppUITests", "identifier" : "AppUIMainTests",
"name" : "AppUITests" "name" : "AppUIMainTests"
} }
}, },
{ {
"target" : { "target" : {
"containerPath" : "container:Passepartout\/Library", "containerPath" : "container:Passepartout\/Library",
"identifier" : "AppUIMainTests", "identifier" : "UILibraryTests",
"name" : "AppUIMainTests" "name" : "UILibraryTests"
} }
} }
], ],