Skip to content

Commit

Permalink
fix: lint errors from PR prior to latest checks (#4204)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR authored Sep 27, 2024
1 parent 33cb7b9 commit 992b768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/validation/__tests__/KnownDirectivesRule-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ describe('Validate: Known directives', () => {
query: MyQuery
}
directive @myDirective(arg:String) on ARGUMENT_DEFINITION
directive @myDirective2(arg:String @myDirective) on FIELD
directive @myDirective(arg:String) on ARGUMENT_DEFINITION
directive @myDirective2(arg:String @myDirective) on FIELD
extend schema @onSchema
`,
Expand Down

0 comments on commit 992b768

Please sign in to comment.