Skip to content

Commit

Permalink
fix: add attribute to fix issues with maven surefire versions >= 3.0.…
Browse files Browse the repository at this point in the history
…0-M4
  • Loading branch information
Gyorgy Mora authored and Gyorgy Mora committed Sep 26, 2022
1 parent f2de1f0 commit bb70dc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public ScalatestTestDescriptor(ScalatestSuiteDescriptor containingSuite, String
this.containingSuite = containingSuite;
this.testName = testName;
this.tags = tags;
this.source = Optional.of( MethodSource.from(containingSuite.getSuiteId(), testName));
this.source = Optional.of( MethodSource.from(containingSuite.getSuiteId(), testName, ""));
}

@Override
Expand Down

0 comments on commit bb70dc7

Please sign in to comment.