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
[6.2] Remove redundant word from console output for test case started events in verbose mode (#1181)
- **Explanation**: This is a small fix for an oversight: the word
"started" is printed twice at the end of the console message for
`.testCaseStarted` events in verbose mode.
- **Scope**: Affects console output in verbose mode.
- **Issues**: n/a
- **Original PRs**: #1180
- **Risk**: Low
- **Testing**: New unit test added
- **Reviewers**: @grynspan
stringValue:"Test case passing \(arguments.count.counting("argument"))\(testCase.labeledArguments(includingQualifiedTypeNames: verbosity >0)) to \(testName)\(status) started."
527
+
stringValue:"Test case passing \(arguments.count.counting("argument"))\(testCase.labeledArguments(includingQualifiedTypeNames: verbosity >0)) to \(testName) started."
0 commit comments