Skip to content

Commit 7b20277

Browse files
Update flutter/test/widgets_binding_observer_test.dart
Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
1 parent ba9a6a5 commit 7b20277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/test/widgets_binding_observer_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ void main() {
436436

437437
verifyNever(hub.addBreadcrumb(captureAny));
438438

439-
//waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
439+
// waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
440440
await tester.pump(Duration(milliseconds: 150));
441441

442442
verify(hub.addBreadcrumb(captureAny));

0 commit comments

Comments
 (0)