Skip to content

Commit 9a86af8

Browse files
committed
1 parent 5fe2890 commit 9a86af8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

junit/src/test/java/cucumber/runtime/junit/FeatureRunnerTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public void should_call_formatter_for_scenario_outline_with_two_examples_table_a
8282
assertEquals("" +
8383
"uri\n" +
8484
"feature\n" +
85+
" examples\n" +
8586
" startOfScenarioLifeCycle\n" +
8687
" background\n" +
8788
" step\n" +
@@ -108,6 +109,7 @@ public void should_call_formatter_for_scenario_outline_with_two_examples_table_a
108109
" match\n" +
109110
" result\n" +
110111
" endOfScenarioLifeCycle\n" +
112+
" examples\n" +
111113
" startOfScenarioLifeCycle\n" +
112114
" background\n" +
113115
" step\n" +

0 commit comments

Comments
 (0)