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 f9f1b25 commit d533f70Copy full SHA for d533f70
packages/graphql/test/cache/store_test.dart
@@ -67,7 +67,7 @@ void main() {
67
final store = await HiveStore.open(path: path);
68
store.putAll(data);
69
70
- expect(HiveStore().toMap(), equals(data));
+ expect(store.toMap(), equals(data));
71
72
await store.box.deleteFromDisk();
73
});
0 commit comments