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
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:Passepartout\/Library",
"identifier" : "AppLibraryTests",
"name" : "AppLibraryTests"
}
},
{
"target" : {
"containerPath" : "container:Passepartout\/Library",
@ -32,6 +25,13 @@
"identifier" : "UILibraryTests",
"name" : "UILibraryTests"
}
},
{
"target" : {
"containerPath" : "container:Passepartout\/Library",
"identifier" : "CommonLibraryTests",
"name" : "CommonLibraryTests"
}
}
],
"version" : 1

View File

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