Skip to content

Commit 3fd005a

Browse files
committed
Fix test_plural
1 parent 67e8fca commit 3fd005a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/node/test_plural.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def allows_fetching():
8787
)
8888

8989
def generates_correct_types():
90-
assert print_schema(schema).rstrip == dedent(
90+
assert print_schema(schema).rstrip() == dedent(
9191
'''
9292
type Query {
9393
"""Map from a username to the user"""

0 commit comments

Comments
 (0)