Skip to content
Merged
Prev Previous commit
formatting
  • Loading branch information
buenaflor committed Jul 9, 2024
commit cab7b7f34d43a15a2e9704de7c233d8c108d12e6
6 changes: 4 additions & 2 deletions flutter/test/file_system_transport_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ void main() {
expect(SentryId.empty(), sentryId);
});

test('sets unhandled exception flag in captureEnvelope to true for unhandled exception',
test(
'sets unhandled exception flag in captureEnvelope to true for unhandled exception',
() async {
final transport = fixture.getSut();

Expand All @@ -82,7 +83,8 @@ void main() {
as Uint8List;
});

test('sets unhandled exception flag in captureEnvelope to false for handled exception',
test(
'sets unhandled exception flag in captureEnvelope to false for handled exception',
() async {
final transport = fixture.getSut();

Expand Down