Skip to content

Commit dab7858

Browse files
committed
Run spotless:apply
1 parent d19ae6c commit dab7858

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compatibility/src/test/java/io/cucumber/compatibility/CompatibilityTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ void produces_expected_output_for(TestCase testCase) throws IOException {
4949
.build()
5050
.run();
5151
} catch (Exception e) {
52-
// exception: Scenario with unknown parameter types fails by throwing an exceptions
52+
// exception: Scenario with unknown parameter types fails by
53+
// throwing an exceptions
5354
if (!"unknown-parameter-type".equals(testCase.getId())) {
5455
throw e;
5556
}

0 commit comments

Comments
 (0)