Skip to content

Commit 9467210

Browse files
committed
Format code
1 parent f77a075 commit 9467210

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sentry/src/test/java/io/sentry/SentryReplayOptionsTest.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,12 @@ class SentryReplayOptionsTest {
188188
SentryReplayOptions.trackCustomMasking()
189189
SentryReplayOptions.trackCustomMasking()
190190
assertTrue(hasCustomMaskingIntegration())
191-
assertEquals(1, SentryIntegrationPackageStorage.getInstance().integrations.count { it == "ReplayCustomMasking" })
191+
assertEquals(
192+
1,
193+
SentryIntegrationPackageStorage.getInstance().integrations.count {
194+
it == "ReplayCustomMasking"
195+
},
196+
)
192197
}
193198

194199
@Test

0 commit comments

Comments
 (0)