Skip to content

Commit

Permalink
Fix typechecking test with latest pyright (#3594)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 authored Aug 8, 2024
1 parent c51b339 commit 9de5ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/typecheckers/test_fields_resolver_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def test():
Result(
type="error",
message="""\
Expression of type "StrawberryField" is incompatible with declared type "str"
\xa0\xa0"StrawberryField" is incompatible with "str"\
Expression of type "int" is incompatible with declared type "str"
\xa0\xa0"int" is incompatible with "str"\
""",
line=12,
column=22,
Expand Down

0 comments on commit 9de5ec2

Please sign in to comment.