File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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( ) {
You can’t perform that action at this time.
0 commit comments