Skip to content

Commit 6bc87e9

Browse files
committed
test_schema_parser: Adapt description of a test case
Replicates graphql/graphql-js@9d9f606
1 parent 7942946 commit 6bc87e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/language/test_schema_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def parses_type_with_description_multi_line_string():
174174
assert description.block is True
175175
assert description.loc == (1, 20)
176176

177-
def reject_description_followed_by_non_type_system_definition():
177+
def description_followed_by_something_other_than_type_system_definition_throws():
178178
assert_syntax_error('"Description" 1', "Unexpected Int '1'.", (1, 15))
179179

180180
def simple_extension():

0 commit comments

Comments
 (0)