We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f676f7f commit 713ada8Copy full SHA for 713ada8
tests/error/test_print_error.py
@@ -76,7 +76,7 @@ def prints_an_error_with_nodes_from_different_sources():
76
op_b = cast(ObjectTypeDefinitionNode, op_b)
77
assert op_b and op_b.kind == "object_type_definition" and op_b.fields
78
field_b = op_b.fields[0]
79
- assert field_a and field_b
+
80
error = GraphQLError(
81
"Example error with two nodes", [field_a.type, field_b.type]
82
)
0 commit comments