Fix previous PR
This commit is contained in:
parent
2790a2aac2
commit
4e423e3dd9
|
@ -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
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
import AppData
|
||||
import AppDataProfiles
|
||||
import AppDataProviders
|
||||
import AppLibrary
|
||||
import CommonLibrary
|
||||
import CommonUtils
|
||||
import Foundation
|
||||
|
|
Loading…
Reference in New Issue