Skip to content

Commit

Permalink
testing log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed May 29, 2024
1 parent ef7204a commit c29bc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/test/java/org/dhis2/bindings/DateExtensionsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class DateExtensionsTest {
assert(date.toOverdueOrScheduledUiText(resourceManager, currentDate) == "In 3 years")
}

private fun currentCalendar() = Calendar.getInstance(Locale.US).apply {
private fun currentCalendar() = Calendar.getInstance().apply {
time = "2020-03-02T00:00:00.00Z".toDate()
}
}

0 comments on commit c29bc03

Please sign in to comment.