Skip to content

Commit e3dcd5a

Browse files
committed
Fix test
1 parent 5166b10 commit e3dcd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-kotlin-multiplatform/src/commonTest/kotlin/io/sentry/kotlin/multiplatform/log/BaseSentryLoggerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class BaseSentryLoggerTest {
265265
/**
266266
* Test implementation of [BaseSentryLogger] that captures all logs for verification.
267267
*/
268-
private class TestSentryLogger : BaseSentryLogger() {
268+
private class TestSentryLogger : BaseSentryLogger(::DefaultSentryLogBuilder) {
269269
data class CapturedLog(val level: SentryLogLevel, val formatted: FormattedLog)
270270

271271
val logs = mutableListOf<CapturedLog>()

0 commit comments

Comments
 (0)