Skip to content

Commit 9ba7a99

Browse files
committed
Formatting
1 parent 35275a6 commit 9ba7a99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sentry-kotlin-multiplatform/src/appleTest/kotlin/io/sentry/kotlin/multiplatform/ApplyKmpEventTest.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package io.sentry.kotlin.multiplatform
33
import io.sentry.kotlin.multiplatform.extensions.applyKmpEvent
44
import kotlin.test.Test
55
import kotlin.test.assertEquals
6-
import kotlin.test.assertFalse
7-
import kotlin.test.assertTrue
86

97
class ApplyKmpEventTest {
108
@Test
@@ -21,7 +19,6 @@ class ApplyKmpEventTest {
2119
assertEquals(1, nativeEvent.releaseSetCount)
2220
}
2321

24-
2522
@Test
2623
fun `native dist is not set if kmp dist has same value`() {
2724
val nativeEvent = FakeSentryEvent().apply {

0 commit comments

Comments
 (0)