Skip to content

Commit ee1cd29

Browse files
Update exercises/practice/swift-scheduling/src/test/java/SwiftSchedulingTest.java
Co-authored-by: Jagdish Prajapati <[email protected]>
1 parent bd1e8d6 commit ee1cd29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/practice/swift-scheduling/src/test/java/SwiftSchedulingTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ void testEowDuringLeapYear() {
128128

129129
@Disabled("Remove to run test")
130130
@Test
131-
@DisplayName("2M before the second month of this year translates to the first workday of the second month of this year")
131+
@DisplayName(
132+
"2M before the second month of this year translates to the first workday of the second month of this year"
133+
)
132134
void test2MInJanuary() {
133135
LocalDateTime meetingStart = LocalDateTime.parse("2007-01-02T14:15:00");
134136
LocalDateTime expected = LocalDateTime.parse("2007-02-01T08:00:00");

0 commit comments

Comments
 (0)