Commit 9ebfc4e
authored
[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**: @grynspan1 parent d72cb0a commit 9ebfc4e
File tree
2 files changed
+5
-3
lines changed- Sources/Testing/Events/Recorder
- Tests/TestingTests
2 files changed
+5
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
525 | | - | |
526 | 524 | | |
527 | 525 | | |
528 | 526 | | |
529 | | - | |
| 527 | + | |
530 | 528 | | |
531 | 529 | | |
532 | 530 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
0 commit comments