Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
thisames committed Nov 28, 2024
1 parent 1858fcd commit e75d565
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions posthog/src/test/java/com/posthog/PostHogTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,6 @@ internal class PostHogTest {
sut.close()
}


@Test
fun `reset session id when reset is called`() {
val http = mockHttp()
Expand Down Expand Up @@ -1145,10 +1144,11 @@ internal class PostHogTest {

sut.capture(
"Test Event",
properties = mapOf(
"test_prop" to "test_value",
"\$screen_name" to "ProvidedScreen"
)
properties =
mapOf(
"test_prop" to "test_value",
"\$screen_name" to "ProvidedScreen",
),
)

queueExecutor.shutdownAndAwaitTermination()
Expand Down

0 comments on commit e75d565

Please sign in to comment.