Skip to content

Commit 5bcf2ab

Browse files
committed
Fix issues
1 parent b6f254c commit 5bcf2ab

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Sources/Testing/Testing.docc/Documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ their problems.
3636
#### Related videos
3737

3838
@Links(visualStyle: compactGrid) {
39-
- <doc://com.apple.documentation/videos/play/wwdc2024/10179>
40-
- <doc://com.apple.documentation/videos/play/wwdc2024/10195>
39+
- https://developer.apple.com/videos/play/wwdc2024/10179
40+
- https://developer.apple.com/videos/play/wwdc2024/10195
4141
}
4242

4343
## Topics

Sources/Testing/Testing.docc/MigratingFromXCTest.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,11 @@ test function with an instance of this trait type to control whether it runs:
556556
}
557557
}
558558

559-
<!-- TODO: document Test.cancel() and Test.Case.cancel() here
559+
<!-- TODO: document Test.cancel() and Test.Case.cancel() here, and update
560+
relevant links to use proper DocC symbol references.
561+
560562
If a test has already started running and you determine it cannot complete and
561-
should end early without failing, use ``Test/cancel(_:sourceLocation:)`` instead
563+
should end early without failing, use `Test/cancel(_:sourceLocation:)` instead
562564
of [`XCTSkip`](https://developer.apple.com/documentation/xctest/xctskip) to
563565
cancel the task associated with the current test:
564566
@@ -592,7 +594,7 @@ cancel the task associated with the current test:
592594
}
593595
594596
If the test is parameterized and you only want to cancel the current test case
595-
rather than the entire test, use ``Test/Case/cancel(_:sourceLocation:)``.
597+
rather than the entire test, use `Test/Case/cancel(_:sourceLocation:)`.
596598
-->
597599

598600
### Annotate known issues

0 commit comments

Comments
 (0)