File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cucumber-core/src/test/java/io/cucumber/core/plugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ void shouldWriteItemsAndGroupsCorrectlyToReportJs() throws Throwable {
327327 " \" content\" : \" groupName\" \n " +
328328 " }\n " +
329329 "]" )
330- .replaceAll ("groupId" , groupId .toString ())
331- .replaceAll ("groupName" , groupName ),
330+ .replaceAll ("groupId" , groupId .toString ())
331+ .replaceAll ("groupName" , groupName ),
332332 GroupData [].class );
333333
334334 ActualReportOutput actualOutput = readReport ();
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.cucumber</groupId >
66 <artifactId >cucumber-parent</artifactId >
7- <version >4.1.1 </version >
7+ <version >4.2.0 </version >
88 <relativePath />
99 </parent >
1010 <artifactId >cucumber-jvm</artifactId >
You can’t perform that action at this time.
0 commit comments