Skip to content

Commit 35c0d7a

Browse files
committed
remove obsolete equality between code-id and debug-id
1 parent bcf87cf commit 35c0d7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry-android-core/src/test/java/io/sentry/android/core/internal/tombstone/TombstoneParserTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ class TombstoneParserTest {
102102
assertEquals("elf", image.type)
103103
assertNotNull(image.debugId)
104104
assertNotNull(image.codeId)
105-
assertEquals(image.codeId, image.debugId)
106105
assertNotNull(image.codeFile)
107106
val imageAddress = image.imageAddr!!.removePrefix("0x").toLong(16)
108107
assert(imageAddress > 0)

0 commit comments

Comments
 (0)