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 67e8fca commit 3fd005aCopy full SHA for 3fd005a
tests/node/test_plural.py
@@ -87,7 +87,7 @@ def allows_fetching():
87
)
88
89
def generates_correct_types():
90
- assert print_schema(schema).rstrip == dedent(
+ assert print_schema(schema).rstrip() == dedent(
91
'''
92
type Query {
93
"""Map from a username to the user"""
0 commit comments