Skip to content

Commit c994728

Browse files
authored
Fix misleading test section description (#3890)
1 parent 24b9761 commit c994728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/__tests__/DeferStreamDirectiveLabelRule-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function expectValid(queryStr: string) {
1212
expectErrors(queryStr).toDeepEqual([]);
1313
}
1414

15-
describe('Validate: Defer/Stream directive on root field', () => {
15+
describe('Validate: Defer/Stream directive labels', () => {
1616
it('Defer fragments with no label', () => {
1717
expectValid(`
1818
{

0 commit comments

Comments
 (0)