You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments