Skip to content

Commit

Permalink
Fix restoreStore method call test
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed Feb 14, 2018
1 parent 6dc57ce commit de9fd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-client/src/__tests__/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,7 @@ describe('client', () => {
cache: new InMemoryCache(),
});
client.queryManager = {
resetStore: () => {
clearStore: () => {
done();
},
} as QueryManager;
Expand Down

0 comments on commit de9fd61

Please sign in to comment.