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 76d5e0b commit 88ab5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/test/java/org/dhis2/bindings/DateExtensionsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class DateExtensionsTest {
whenever(resourceManager.getPlural(R.plurals.schedule_days, 60, 60)) doReturn "In 60 days"

System.out.println("CurrentDATE: $currentDate")
System.out.println("testingDate: $date")
System.out.println("Overdue text: ${date.toOverdueOrScheduledUiText(resourceManager, currentDate, true)}")
assert(date.toOverdueOrScheduledUiText(resourceManager, currentDate, true) == "In 60 days")
}
Expand Down

0 comments on commit 88ab5ad

Please sign in to comment.