We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19ae6c commit dab7858Copy full SHA for dab7858
compatibility/src/test/java/io/cucumber/compatibility/CompatibilityTest.java
@@ -49,7 +49,8 @@ void produces_expected_output_for(TestCase testCase) throws IOException {
49
.build()
50
.run();
51
} catch (Exception e) {
52
- // exception: Scenario with unknown parameter types fails by throwing an exceptions
+ // exception: Scenario with unknown parameter types fails by
53
+ // throwing an exceptions
54
if (!"unknown-parameter-type".equals(testCase.getId())) {
55
throw e;
56
}
0 commit comments