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 65b995f commit c959393
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 @@ -215,7 +215,7 @@ class DateExtensionsTest {
// System.out.println("Overdue text: ${date.toOverdueOrScheduledUiText(resourceManager, currentDate)}")
val label = date.toOverdueOrScheduledUiText(resourceManager, currentDate, true)
println("FERDY: $label")
//assert(date.toOverdueOrScheduledUiText(resourceManager, currentDate, true) == "In 30 days")
// assert(date.toOverdueOrScheduledUiText(resourceManager, currentDate, true) == "In 30 days")
}

@Test
Expand Down

0 comments on commit c959393

Please sign in to comment.