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 3fa1aea commit e4b864bCopy full SHA for e4b864b
packages/graphql_flutter/test/widgets/query_test.dart
@@ -352,7 +352,7 @@ void main() {
352
'does not issues new network request when policies are effectively unchanged',
353
(WidgetTester tester) async {
354
final page = Page(
355
- fetchPolicy: client!.value.defaultPolicies.query.fetch,
+ fetchPolicy: client!.value.defaultPolicies.watchQuery.fetch,
356
errorPolicy: null,
357
);
358
0 commit comments