Skip to content

Commit 36ab625

Browse files
authored
Update SentryBridgeTest.apple.kt
1 parent 2b0f3a8 commit 36ab625

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry-kotlin-multiplatform/src/appleTest/kotlin/io/sentry/kotlin/multiplatform/SentryBridgeTest.apple.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ actual class SentryBridgeTest {
8484
fixture.sentryInstance.lastConfiguration?.invoke(this)
8585
}.let { it as CocoaSentryOptions }
8686

87-
8887
// THEN
8988
assert(option.beforeSend != null)
9089
assert(option.beforeSend!!.invoke(CocoaSentryEvent()) != null)

0 commit comments

Comments
 (0)