Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
cliviu committed Oct 27, 2024
1 parent 4a416bf commit a070c83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private String normalizedMethodName(TestOutcome testOutcome) {
private String alternativeMethodName(TestOutcome testOutcome) {
// Any parameterized test name attributes overrides the qualified name
if (hasParameterizedTestName(testOutcome)) {
return "ZZGG " + testOutcome.getTitle();
return testOutcome.getTitle();
}

Optional<String> qualifier = testOutcome.getQualifier();
Expand Down

0 comments on commit a070c83

Please sign in to comment.