@@ -193,7 +193,7 @@ void main() {
193
193
// ignore: deprecated_member_use
194
194
window.physicalSizeTestValue = Size (newWidth, newHeight);
195
195
196
- //waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
196
+ // waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
197
197
await tester.pump (Duration (milliseconds: 150 ));
198
198
199
199
final breadcrumb =
@@ -233,7 +233,7 @@ void main() {
233
233
// ignore: deprecated_member_use
234
234
window.devicePixelRatioTestValue = newPixelRatio;
235
235
236
- //waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
236
+ // waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
237
237
await tester.pump (Duration (milliseconds: 150 ));
238
238
239
239
final breadcrumb =
@@ -271,7 +271,7 @@ void main() {
271
271
// ignore: deprecated_member_use
272
272
window.viewInsetsTestValue = WindowPadding .zero;
273
273
274
- //waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
274
+ // waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
275
275
await tester.pump (Duration (milliseconds: 150 ));
276
276
277
277
verifyNever (hub.addBreadcrumb (captureAny));
@@ -295,7 +295,7 @@ void main() {
295
295
296
296
window.onMetricsChanged !();
297
297
298
- //waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
298
+ // waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
299
299
await tester.pump (Duration (milliseconds: 150 ));
300
300
301
301
verifyNever (hub.addBreadcrumb (captureAny));
@@ -470,7 +470,7 @@ void main() {
470
470
471
471
verifyNever (hub.addBreadcrumb (captureAny));
472
472
473
- //waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
473
+ // waiting for debouncing with 100ms added https://github.com/getsentry/sentry-dart/issues/400
474
474
await tester.pump (Duration (milliseconds: 150 ));
475
475
476
476
verify (hub.addBreadcrumb (captureAny)).called (1 );
0 commit comments