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 {
327
327
" \" content\" : \" groupName\" \n " +
328
328
" }\n " +
329
329
"]" )
330
- .replaceAll ("groupId" , groupId .toString ())
331
- .replaceAll ("groupName" , groupName ),
330
+ .replaceAll ("groupId" , groupId .toString ())
331
+ .replaceAll ("groupName" , groupName ),
332
332
GroupData [].class );
333
333
334
334
ActualReportOutput actualOutput = readReport ();
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.cucumber</groupId >
6
6
<artifactId >cucumber-parent</artifactId >
7
- <version >4.1.1 </version >
7
+ <version >4.2.0 </version >
8
8
<relativePath />
9
9
</parent >
10
10
<artifactId >cucumber-jvm</artifactId >
You can’t perform that action at this time.
0 commit comments