Skip to content

Commit

Permalink
Fix misleading test section description (#3890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito authored May 2, 2023
1 parent 24b9761 commit c994728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function expectValid(queryStr: string) {
expectErrors(queryStr).toDeepEqual([]);
}

describe('Validate: Defer/Stream directive on root field', () => {
describe('Validate: Defer/Stream directive labels', () => {
it('Defer fragments with no label', () => {
expectValid(`
{
Expand Down

0 comments on commit c994728

Please sign in to comment.