Skip to content

Commit

Permalink
Add accidentally deleted test spec name back (#3865)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Mar 20, 2023
1 parent e171a14 commit 265513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/__tests__/visitor-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ describe('Visitor', () => {
]);
});

it('n', () => {
it('properly visits the kitchen sink query', () => {
const ast = parse(kitchenSinkQuery, {
experimentalClientControlledNullability: true,
});
Expand Down

0 comments on commit 265513d

Please sign in to comment.