Skip to content

Commit

Permalink
Update packages/apollo-gateway/src/__tests__/gateway/executor.test.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Trevor Scheer <[email protected]>
  • Loading branch information
abernix and trevor-scheer authored Mar 3, 2020
1 parent 4f2fbff commit 03038e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ describe('ApolloGateway executor', () => {
await expect(
server.executeOperation({ query: '{ __typename }' })).rejects.toThrow();

expect(server.requestOptions.executor).toStrictEqual(gateway.executor);
expect(server.requestOptions.executor).toBe(gateway.executor);
});
});

0 comments on commit 03038e3

Please sign in to comment.