Clean up test plan

This commit is contained in:
Davide 2024-11-02 10:21:14 +01:00
parent 070b661c43
commit f286ed8ff9
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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"
}
}
],