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/>.
|
// 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue