Skip to content

Commit 992b768

Browse files
authored
fix: lint errors from PR prior to latest checks (graphql#4204)
1 parent 33cb7b9 commit 992b768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/validation/__tests__/KnownDirectivesRule-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ describe('Validate: Known directives', () => {
356356
query: MyQuery
357357
}
358358
359-
directive @myDirective(arg:String) on ARGUMENT_DEFINITION
360-
directive @myDirective2(arg:String @myDirective) on FIELD
359+
directive @myDirective(arg:String) on ARGUMENT_DEFINITION
360+
directive @myDirective2(arg:String @myDirective) on FIELD
361361
362362
extend schema @onSchema
363363
`,

0 commit comments

Comments
 (0)