Skip to content

Commit

Permalink
Log test
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Aug 1, 2023
1 parent d1e7cb7 commit 7655f06
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ class DateFormatterTest {
@Test
fun `getDateMillisFromString returns correct values`() {
for (input in testInputs) {
println("Testing input: $input")
println("Result:")
println(dateFormatter.getDateMillisFromString(input.first))
assertEquals(input.second, dateFormatter.getDateMillisFromString(input.first))
}
}

@Test
fun fakeTest() {
assertTrue(true)
}
}

0 comments on commit 7655f06

Please sign in to comment.