We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e9b88 commit f42fb65Copy full SHA for f42fb65
dart/test/sentry_client_test.dart
@@ -517,7 +517,6 @@ void main() {
517
await client.captureEvent(event, scope: scope);
518
519
expect(scope.breadcrumbs.first.toJson(), crumb.toJson()); // Test if scope has crumb in flaky test
520
- expect(event.breadcrumbs?.first.toJson(), crumb.toJson()); // Test if event has crumb in flaky test
521
522
final capturedEnvelope = (fixture.transport).envelopes.first;
523
final capturedEvent = await eventFromEnvelope(capturedEnvelope);
0 commit comments