Skip to content

Commit 0dc6822

Browse files
committed
Fix await
1 parent 865eef2 commit 0dc6822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/test/integrations/flutter_error_integration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ void main() {
176176
FlutterError.reportError(details);
177177

178178
verify(
179-
await await fixture.hub.captureEvent(captureAny,
179+
await fixture.hub.captureEvent(captureAny,
180180
hint: anyNamed('hint'), stackTrace: anyNamed('stackTrace')),
181181
).called(1);
182182

0 commit comments

Comments
 (0)