Skip to content

Commit

Permalink
Merge pull request #92 from helmethair-co/fix-maven
Browse files Browse the repository at this point in the history
fix: add  attribute to fix issues with maven surefire
  • Loading branch information
giurim authored Sep 26, 2022
2 parents 2c1f1a5 + 53cc21a commit 9e134a7
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 9e134a7

Please sign in to comment.