Skip to content

Commit

Permalink
TypeInfo-test: use proper test name (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Feb 8, 2020
1 parent c9850c1 commit b55b575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities/__tests__/TypeInfo-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ describe('visitWithTypeInfo', () => {
]);
});

it('support traversals of input values', () => {
it('supports traversals of input values', () => {
const ast = parseValue('{ stringListField: ["foo"] }');
const complexInputType = testSchema.getType('ComplexInput');
invariant(complexInputType != null);
Expand Down Expand Up @@ -355,7 +355,7 @@ describe('visitWithTypeInfo', () => {
]);
});

it('support traversals of input values', () => {
it('supports traversals of selection sets', () => {
const humanType = testSchema.getType('Human');
invariant(humanType != null);

Expand Down

0 comments on commit b55b575

Please sign in to comment.