Remove explicit test host settings

This commit is contained in:
Oliver Atkinson 2019-03-23 20:10:01 +00:00
parent 249529a8e1
commit 2ffe813cbd
1 changed files with 1 additions and 2 deletions

View File

@ -57,8 +57,7 @@ final class ProjectGeneratorTests: XCTestCase {
product: .app)
let test = Target.test(name: "Tests",
platform: .iOS,
product: .unitTests,
settings: Settings.test(base: ["TEST_TARGET_NAME": "App"], debug: nil, release: nil))
product: .unitTests)
let project = Project.test(path: fileHandler.currentPath,
name: "Project",
targets: [app, test])