Clean up test plan
This commit is contained in:
parent
070b661c43
commit
f286ed8ff9
|
@ -23,7 +23,7 @@
|
|||
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
@testable import AppLibrary
|
||||
import AppLibrary
|
||||
@testable import AppUIMain
|
||||
import Combine
|
||||
import Foundation
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
@testable import AppLibrary
|
||||
import AppLibrary
|
||||
import Combine
|
||||
import Foundation
|
||||
import PassepartoutKit
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue