Skip to content

Commit bb70dc7

Browse files
Gyorgy MoraGyorgy Mora
authored andcommitted
fix: add attribute to fix issues with maven surefire versions >= 3.0.0-M4
1 parent f2de1f0 commit bb70dc7

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)