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 a4a7202 commit e3b6296Copy full SHA for e3b6296
test/widgets/content_test.dart
@@ -106,6 +106,8 @@ void main() {
106
widget = GlobalStoreWidget(child: widget);
107
addTearDown(testBinding.reset);
108
109
+ prepareBoringImageHttpClient();
110
+
111
await tester.pumpWidget(
112
Builder(builder: (context) =>
113
MaterialApp(
@@ -118,6 +120,8 @@ void main() {
118
120
if (wrapWithPerAccountStoreWidget) {
119
121
await tester.pump();
122
}
123
124
+ debugNetworkImageHttpClientProvider = null;
125
126
127
/// Test that the given content example renders without throwing an exception.
0 commit comments