Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed May 30, 2024
1 parent 49ec9d3 commit 49beac8
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 @@ -255,7 +255,7 @@ class DateExtensionsTest {
assert(date.toOverdueOrScheduledUiText(resourceManager, currentDate) == "In 3 years")
}

private fun currentCalendar() : Calendar {
private fun currentCalendar(): Calendar {
TimeZone.setDefault(TimeZone.getTimeZone("UTC"))
return Calendar.getInstance(TimeZone.getTimeZone("UTC")).apply {
time = "2020-03-02T00:00:00.00Z".toDate()
Expand Down

0 comments on commit 49beac8

Please sign in to comment.