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 ba9a6a5 commit 7b20277Copy full SHA for 7b20277
flutter/test/widgets_binding_observer_test.dart
@@ -436,7 +436,7 @@ void main() {
436
437
verifyNever(hub.addBreadcrumb(captureAny));
438
439
- //waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
+ // waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
440
await tester.pump(Duration(milliseconds: 150));
441
442
verify(hub.addBreadcrumb(captureAny));
0 commit comments