Skip to content

Commit 55819a4

Browse files
romtsnclaude
andcommitted
fix(test): Implement abstract trackCustomMasking in test stub
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 69e5d56 commit 55819a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ import kotlin.test.assertTrue
88

99
class SentryMaskingOptionsTest {
1010

11-
private class TestMaskingOptions : SentryMaskingOptions()
11+
private class TestMaskingOptions : SentryMaskingOptions() {
12+
override fun trackCustomMasking() {
13+
// no-op for tests
14+
}
15+
}
1216

1317
@Test
1418
fun `maskViewClasses is empty by default`() {

0 commit comments

Comments
 (0)