Skip to content

Commit

Permalink
test: fix one failing after an update to latest jest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jan 11, 2017
1 parent 6349347 commit 6cae4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ApolloModule.spec.ts
Expand Up @@ -36,7 +36,7 @@ describe('ApolloModule', () => {
const providers = result.providers[1]; // skips APOLLO_PROVIDERS

it('should contain ApolloModule as ngModule', () => {
expect(result.ngModule).toBe(ApolloModule);
expect(result.ngModule === ApolloModule).toBe(true);
});

it('should provide a wrapper directly', () => {
Expand Down

0 comments on commit 6cae4c1

Please sign in to comment.