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
[XCTestCase] Fix missing open paren for unexpected
When executing a test case with a single failure, the following output is produced:
```
Executed 1 test, with 1 failure 0 unexpected) in 0.0 (0.0) seconds
```
Add an opening parenthesis for `0 unexpected)`, to instead output `(0 unexpected)`.
0 commit comments