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 28, 2024
1 parent 6a257cf commit 20c4937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/test/java/org/dhis2/bindings/DateExtensionsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ class DateExtensionsTest {
add(Calendar.MONTH, 1)
}.time
whenever(resourceManager.getPlural(R.plurals.schedule_days, 30, 30)) doReturn "In 30 days"
//System.out.println("CurrentDATE: $currentDate")
//System.out.println("Overdue text: ${date.toOverdueOrScheduledUiText(resourceManager, currentDate)}")
// System.out.println("CurrentDATE: $currentDate")
// System.out.println("Overdue text: ${date.toOverdueOrScheduledUiText(resourceManager, currentDate)}")
assert(date.toOverdueOrScheduledUiText(resourceManager, currentDate, true) == "In 30 days")
}

Expand Down

0 comments on commit 20c4937

Please sign in to comment.