Skip to content

Commit 265513d

Browse files
authored
Add accidentally deleted test spec name back (#3865)
1 parent e171a14 commit 265513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/__tests__/visitor-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ describe('Visitor', () => {
505505
]);
506506
});
507507

508-
it('n', () => {
508+
it('properly visits the kitchen sink query', () => {
509509
const ast = parse(kitchenSinkQuery, {
510510
experimentalClientControlledNullability: true,
511511
});

0 commit comments

Comments
 (0)