Skip to content

Commit fcb50f1

Browse files
committed
fix test to expect log_byte
1 parent 1986a2c commit fcb50f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/test/java/io/sentry/logger/LoggerBatchProcessorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class LoggerBatchProcessorTest {
9191
DiscardedEvent(DiscardReason.QUEUE_OVERFLOW.reason, DataCategory.LogItem.category, 1),
9292
DiscardedEvent(
9393
DiscardReason.QUEUE_OVERFLOW.reason,
94-
DataCategory.Attachment.category,
94+
DataCategory.LogByte.category,
9595
expectedBytes,
9696
),
9797
)

0 commit comments

Comments
 (0)