Skip to content
Merged
Prev Previous commit
Next Next commit
naming
  • Loading branch information
buenaflor committed Jul 9, 2024
commit 374b7fdd4e61e19cd20a580154fb88c89662a38e
4 changes: 2 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,7 @@ void main() {
expect(SentryId.empty(), sentryId);
});

test('sets unhandled exception flag 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 +82,7 @@ void main() {
as Uint8List;
});

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

Expand Down