mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-06-26 15:13:00 +00:00
Add comment about unexpected assertion
This commit is contained in:
parent
50a026183d
commit
031585be3f
@ -18,6 +18,7 @@ class LocalizationTest {
|
|||||||
|
|
||||||
val actual = Localization.relativeTime(GregorianCalendar(2021, 1, 6))
|
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)
|
assertEquals("1 month from now", actual)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user