Skip to content

Commit

Permalink
Fixed the related DateUtils test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Kalinowski committed Jul 29, 2023
1 parent 077edd2 commit 8f775dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class DateUtilsTest : BaseUnitTest() {
val timestamp = unixTime(2015, Calendar.DECEMBER, 31)
val date = Timestamp(timestamp).toCalendar()
val formatted = formatHeaderDate(date)
assertThat(formatted, equalTo("Thu\n31"))
assertThat(formatted, equalTo("Thu\n31\nDec"))
}

@Test
Expand Down

0 comments on commit 8f775dd

Please sign in to comment.