Skip to content

Commit 4f67250

Browse files
committed
check scope again
1 parent fecfd25 commit 4f67250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dart/test/sentry_client_test.dart

+2
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,8 @@ void main() {
513513
});
514514

515515
test('should apply the scope', () async {
516+
expect(scope.breadcrumbs.first.toJson(), crumb.toJson()); // Check for flaky test
517+
516518
final client = fixture.getSut();
517519
await client.captureEvent(event, scope: scope);
518520

0 commit comments

Comments
 (0)