Skip to content

Commit

Permalink
Address review comments. Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed Dec 15, 2023
1 parent 6131056 commit 2133a93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public void testDefault() {
}

public void testCalendarNames() {
assertEquals(new String[] {"CAL1", "CAL2", "USBANK_EXAMPLE", "USNYSE_EXAMPLE", "UTC"}, Calendars.calendarNames());
assertEquals(new String[] {"CAL1", "CAL2", "USBANK_EXAMPLE", "USNYSE_EXAMPLE", "UTC"},
Calendars.calendarNames());
}

public void testCalendar() {
Expand Down

0 comments on commit 2133a93

Please sign in to comment.