Skip to content

Commit 1b6cc58

Browse files
committed
Fix misleading test section description
Replicates graphql/graphql-js@c994728
1 parent 154ab12 commit 1b6cc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validation/test_defer_stream_directive_label.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
assert_valid = partial(assert_errors, errors=[])
1010

1111

12-
def describe_defer_stream_label():
12+
def describe_defer_stream_directive_labels():
1313
def defer_fragments_with_no_label():
1414
assert_valid(
1515
"""

0 commit comments

Comments
 (0)