Skip to content

Commit 9e134a7

Browse files
authored
Merge pull request #92 from helmethair-co/fix-maven
fix: add attribute to fix issues with maven surefire
2 parents 2c1f1a5 + 53cc21a commit 9e134a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/co/helmethair/scalatest/descriptor/ScalatestTestDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public ScalatestTestDescriptor(ScalatestSuiteDescriptor containingSuite, String
1818
this.containingSuite = containingSuite;
1919
this.testName = testName;
2020
this.tags = tags;
21-
this.source = Optional.of( MethodSource.from(containingSuite.getSuiteId(), testName));
21+
this.source = Optional.of( MethodSource.from(containingSuite.getSuiteId(), testName, ""));
2222
}
2323

2424
@Override

0 commit comments

Comments
 (0)