We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d9613 commit c27106eCopy full SHA for c27106e
core/src/test/java/cucumber/runtime/formatter/JSONFormatterTest.java
@@ -678,7 +678,7 @@ public void should_format_scenario_with_a_step_with_a_doc_string() throws Throwa
678
}
679
680
@Test
681
- public void should_format_scenario_with_a_step_with_a_doc_string2() throws Throwable {
+ public void should_format_scenario_with_a_step_with_a_doc_string_and_content_type() throws Throwable {
682
CucumberFeature feature = TestHelper.feature("path/test.feature", "" +
683
"Feature: Banana party\n" +
684
"\n" +
0 commit comments