Skip to content

Commit

Permalink
Merge pull request #998 from mattleff/patch-1
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
kamilmysliwiec committed Jun 26, 2020
2 parents 6323f46 + 64821fc commit f3f05eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/code-first-schema.spec.ts
Expand Up @@ -60,7 +60,7 @@ describe('Code-first - schema factory', () => {
printedSchemaSnapshot,
);
});
it('should define 4 queries', async () => {
it('should define 5 queries', async () => {
const type = getQuery(introspectionSchema);

expect(type.fields.length).toEqual(5);
Expand Down

0 comments on commit f3f05eb

Please sign in to comment.