Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Jan 31, 2022
1 parent a7a022f commit 45ada80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('promisified methods', () => {
expect(received.key).toBeDefined();
expect(received.variables).toEqual({ example: 1234 });
expect(received.kind).toEqual('mutation');
expect(received.context).toEqual({
expect(received.context).toMatchObject({
url: 'https://hostname.com',
requestPolicy: 'cache-and-network',
fetchOptions: undefined,
Expand Down

0 comments on commit 45ada80

Please sign in to comment.