Skip to content

Commit 83beaba

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent c166ae7 commit 83beaba

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Tests/DependenciesTests/DependencyKeyTests.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,17 +189,17 @@ final class DependencyKeyTests: XCTestCase {
189189
#endif
190190
}
191191

192-
#if DEBUG && !os(Linux) && !os(WASI) && !os(Windows)
193-
func testShouldReportUnimplemented() {
194-
XCTExpectFailure {
195-
@Dependency(ReportIssueTestValueClient.self) var client
196-
_ = client
197-
} issueMatcher: { issue in
198-
issue.compactDescription == """
199-
failed - Override this dependency.
200-
"""
192+
#if DEBUG && !os(Linux) && !os(WASI) && !os(Windows)
193+
func testShouldReportUnimplemented() {
194+
XCTExpectFailure {
195+
@Dependency(ReportIssueTestValueClient.self) var client
196+
_ = client
197+
} issueMatcher: { issue in
198+
issue.compactDescription == """
199+
failed - Override this dependency.
200+
"""
201+
}
201202
}
202-
}
203203
#endif
204204

205205
func testShouldReportUnimplemented_OverrideDependency() {

0 commit comments

Comments
 (0)