Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

Commit 554d9e2

Browse files
committed
fix typo
1 parent 2ce32c3 commit 554d9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-language-service-utils/src/__tests__/validateWithCustomRules-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('validateWithCustomRules', () => {
7474
).to.deep.equal([]);
7575

7676
const astWithArgumentDefDirective = parse(
77-
'{ human(id: "2") { name @argumentDefinition(arg: "foo") } }',
77+
'{ human(id: "2") { name @argumentDefinitions(arg: "foo") } }',
7878
);
7979
expect(
8080
validateWithCustomRules(schema, astWithArgumentDefDirective),

0 commit comments

Comments
 (0)