Skip to content

Commit 73c7bd3

Browse files
aaronskylucasromanomr
authored andcommitted
Fix tests, formatting
Signed-off-by: Aaron Sky <[email protected]> Signed-off-by: Lucas Romano <[email protected]>
1 parent 23e1ecc commit 73c7bd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/generators/xcschemes/test/CreateAutomaticSchemeInfoTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ final class CreateAutomaticSchemeInfoTests: XCTestCase {
735735
enableMainThreadChecker: false,
736736
enableThreadPerformanceChecker: false,
737737
environmentVariables: baseEnvironmentVariables,
738-
options: .init(
738+
options: .init(
739739
appLanguage: "en",
740740
appRegion: "US",
741741
codeCoverage: false
@@ -774,7 +774,7 @@ final class CreateAutomaticSchemeInfoTests: XCTestCase {
774774

775775
let schemeInfo = try createAutomaticSchemeInfoWithDefaults(
776776
target: test,
777-
testOptions: .init(
777+
testOptions: .init(
778778
appLanguage: "en",
779779
appRegion: "US",
780780
codeCoverage: false

tools/generators/xcschemes/test/SchemeInfo+Testing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ extension SchemeInfo.Test {
8585
enableMainThreadChecker: Bool = false,
8686
enableThreadPerformanceChecker: Bool = false,
8787
environmentVariables: [EnvironmentVariable] = [],
88-
options: SchemeInfo.Test.Options = .init(appLanguage: nil, appRegion: nil),
88+
options: SchemeInfo.Test.Options = .init(appLanguage: nil, appRegion: nil, codeCoverage: false),
8989
testTargets: [SchemeInfo.TestTarget] = [],
9090
useRunArgsAndEnv: Bool = true,
9191
xcodeConfiguration: String? = nil

0 commit comments

Comments
 (0)