Skip to content

Commit

Permalink
Add comment about unexpected assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangRongLin committed Jan 13, 2021
1 parent 50a0261 commit 031585b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class LocalizationTest {

val actual = Localization.relativeTime(GregorianCalendar(2021, 1, 6))

// yes this assertion is true, even if it should be 5 days, it works as it is. Future research required.
assertEquals("1 month from now", actual)
}

Expand Down

0 comments on commit 031585b

Please sign in to comment.