Fix previous PR

This commit is contained in:
Davide 2024-11-03 13:47:32 +01:00
parent 2790a2aac2
commit 4e423e3dd9
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
2 changed files with 7 additions and 8 deletions

View File

@ -12,13 +12,6 @@
"testTimeoutsEnabled" : true "testTimeoutsEnabled" : true
}, },
"testTargets" : [ "testTargets" : [
{
"target" : {
"containerPath" : "container:Passepartout\/Library",
"identifier" : "AppLibraryTests",
"name" : "AppLibraryTests"
}
},
{ {
"target" : { "target" : {
"containerPath" : "container:Passepartout\/Library", "containerPath" : "container:Passepartout\/Library",
@ -32,6 +25,13 @@
"identifier" : "UILibraryTests", "identifier" : "UILibraryTests",
"name" : "UILibraryTests" "name" : "UILibraryTests"
} }
},
{
"target" : {
"containerPath" : "container:Passepartout\/Library",
"identifier" : "CommonLibraryTests",
"name" : "CommonLibraryTests"
}
} }
], ],
"version" : 1 "version" : 1

View File

@ -26,7 +26,6 @@
import AppData import AppData
import AppDataProfiles import AppDataProfiles
import AppDataProviders import AppDataProviders
import AppLibrary
import CommonLibrary import CommonLibrary
import CommonUtils import CommonUtils
import Foundation import Foundation