Skip to content

Commit 352a783

Browse files
committed
Fix typo in test_unique_operation_types
Replicates graphql/graphql-js@68f4d07
1 parent 056cb0f commit 352a783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validation/test_unique_operation_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def schema_definition_with_all_types():
4646
"""
4747
)
4848

49-
def schema_definition_with_single_extensions():
49+
def schema_definition_with_single_extension():
5050
assert_valid(
5151
"""
5252
type Foo

0 commit comments

Comments
 (0)