diff --git a/exercises/practice/swift-scheduling/src/test/java/SwiftSchedulingTest.java b/exercises/practice/swift-scheduling/src/test/java/SwiftSchedulingTest.java index 72352a2d6..a73cb445a 100644 --- a/exercises/practice/swift-scheduling/src/test/java/SwiftSchedulingTest.java +++ b/exercises/practice/swift-scheduling/src/test/java/SwiftSchedulingTest.java @@ -203,7 +203,8 @@ void testQ3InQ4() { @Disabled("Remove to run test") @Test @DisplayName( - "Q2 starting in the last month of the second quarter translates to the last workday of the second quarter of this year" + "Q2 starting in the last month of the second quarter " + + "translates to the last workday of the second quarter of this year" ) void testQ2InQ2() { LocalDateTime meetingStart = LocalDateTime.parse("2019-06-15T09:50:00");