Skip to content

Commit

Permalink
Update examples-3 test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Dec 2, 2020
1 parent 1ee6d55 commit efdb1c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exchanges/graphcache/src/test-utils/examples-3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ it('allows viewer fields to overwrite the root Query data', () => {

expect(res.partial).toBe(false);
expect(res.data).toEqual({
__typename: 'Query',
int: 43,
});
});

0 comments on commit efdb1c1

Please sign in to comment.