Skip to content

Commit 63929ce

Browse files
author
Daniel Jette
committed
Merge branch '132-custom-reporting' into testify-ext
2 parents 473e416 + fe55565 commit 63929ce

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Library/src/test/java/com/shopify/testify/ReportSessionTest.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ class ReportSessionTest {
8181
@Test
8282
fun `timestamp is correctly formatted`() {
8383
val date = Date(1591234567890)
84-
assertEquals("2020-06-03@21:36:07", ReportSession().getTimestamp(date, TimeZone.getTimeZone("America/New_York")))
84+
assertEquals(
85+
"2020-06-03@21:36:07",
86+
ReportSession().getTimestamp(date, TimeZone.getTimeZone("America/New_York"))
87+
)
8588
}
8689

8790
@Test

0 commit comments

Comments
 (0)