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.
2 parents 66e5e6f + d746038 commit 111c709Copy full SHA for 111c709
third_party/test/widget_svg_test.dart
@@ -273,7 +273,7 @@ void main() {
273
});
274
275
testWidgets('SvgPicture.network', (WidgetTester tester) async {
276
- HttpOverrides.runZoned(() async {
+ await HttpOverrides.runZoned(() async {
277
when(mockResponse.statusCode).thenReturn(200);
278
final GlobalKey key = GlobalKey();
279
await tester.pumpWidget(
@@ -311,7 +311,7 @@ void main() {
311
312
313
testWidgets('SvgPicture.network HTTP exception', (WidgetTester tester) async {
314
315
expect(() async {
316
when(mockResponse.statusCode).thenReturn(400);
317
0 commit comments