Skip to content

Commit 20af837

Browse files
committed
fix
1 parent cd6aae6 commit 20af837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/test/flutter_sentry_attachment_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ void main() {
1212
bundle: TestAssetBundle(),
1313
);
1414

15-
expect(attachment.attachmentType, AttachmentType.attachment);
15+
expect(attachment.attachmentType, SentryAttachment.typeAttachmentDefault);
1616
expect(attachment.contentType, isNull);
1717
expect(attachment.filename, 'foobar.txt');
1818
await expectLater(await attachment.bytes, [102, 111, 111, 32, 98, 97, 114]);

0 commit comments

Comments
 (0)