File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Sources/ComposableArchitecture/Documentation.docc/Articles Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -315,10 +315,10 @@ extension APIClient {
315
315
```
316
316
317
317
Unfortunately, `XCTFail` cannot be used in non- test targets, and so this instance cannot be defined
318
- in the same file where your dependency is registered. To work around this you can use our
319
- [XCTestDynamicOverlay][xctest- dynamic - overlay- gh] library that dynamically invokes `XCTFail`, and
320
- it is automatically accessibly when using the Composable Architecture. It also comes with some
321
- helpers to make constructing these unimplemented values more easily :
318
+ in the same file where your dependency is registered. To work around this you can use our
319
+ [XCTestDynamicOverlay][xctest- dynamic - overlay- gh] library that dynamically invokes `XCTFail` and
320
+ it is automatically accessible when using the Composable Architecture. It also comes with some
321
+ helpers to ease the construction of these unimplemented values:
322
322
323
323
```swift
324
324
import XCTestDynamicOverlay
You can’t perform that action at this time.
0 commit comments