Skip to content

Commit c27106e

Browse files
committed
Change test method name to be more descriptive.
1 parent 65d9613 commit c27106e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/cucumber/runtime/formatter/JSONFormatterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public void should_format_scenario_with_a_step_with_a_doc_string() throws Throwa
678678
}
679679

680680
@Test
681-
public void should_format_scenario_with_a_step_with_a_doc_string2() throws Throwable {
681+
public void should_format_scenario_with_a_step_with_a_doc_string_and_content_type() throws Throwable {
682682
CucumberFeature feature = TestHelper.feature("path/test.feature", "" +
683683
"Feature: Banana party\n" +
684684
"\n" +

0 commit comments

Comments
 (0)