We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6aae6 commit 20af837Copy full SHA for 20af837
flutter/test/flutter_sentry_attachment_test.dart
@@ -12,7 +12,7 @@ void main() {
12
bundle: TestAssetBundle(),
13
);
14
15
- expect(attachment.attachmentType, AttachmentType.attachment);
+ expect(attachment.attachmentType, SentryAttachment.typeAttachmentDefault);
16
expect(attachment.contentType, isNull);
17
expect(attachment.filename, 'foobar.txt');
18
await expectLater(await attachment.bytes, [102, 111, 111, 32, 98, 97, 114]);
0 commit comments