Skip to content

Commit f1181ab

Browse files
committed
tests
1 parent 27829cb commit f1181ab

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

sentry/src/test/java/io/sentry/protocol/SentryLogsSerializationTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ class SentryLogsSerializationTest {
3737
"custom.boolean" to SentryLogEventAttributeValue("boolean", true),
3838
"custom.integer" to SentryLogEventAttributeValue("integer", 10),
3939
"custom.double" to SentryLogEventAttributeValue("double", 11.toDouble()),
40-
"custom.null" to SentryLogEventAttributeValue("string", null),
41-
"custom.object" to SentryLogEventAttributeValue("string", Point(30, 40)),
4240
)
4341
it.severityNumber = 10
4442
}

sentry/src/test/resources/json/sentry_logs.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@
4343
{
4444
"type": "double",
4545
"value": 11.0
46-
},
47-
"custom.null":
48-
{
49-
"type": "string",
50-
"value": null
51-
},
52-
"custom.object":
53-
{
54-
"type": "string",
55-
"value": "Point{x:30,y:40}-Hello"
5646
}
5747
}
5848
}

0 commit comments

Comments
 (0)