Commit 85bfa51
authored
Corrects use of XCTAssertEqual macro in parallelization examples. (#963)
Fixes a typo in the "before" example of adopting test serialization.
### Motivation:
The example of XCTest tests that need to run in series doesn't compile.
### Modifications:
Correct the code in the example.
### Result:
A documentation change that means the code snippet in the example is
correct.
### Checklist:
- [X] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [X] If public symbols are renamed or modified, DocC references should
be updated.1 parent 16f5846 commit 85bfa51
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
| 712 | + | |
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
0 commit comments