Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Jun 27, 2024
1 parent 4f6fdf1 commit b748059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runners/baseRunner/RunnerResultAnalyzer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export abstract class RunnerResultAnalyzer {
}

const location: Location | undefined = processStackTraceLine(data, traces, currentItem, projectName);
if (!this.testMessageLocation && location) {
if (location) {
this.testMessageLocation = location;
}
}
Expand Down

0 comments on commit b748059

Please sign in to comment.