Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Aug 30, 2024
1 parent 5b22d93 commit 923a530
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/typecheckers/test_fields_resolver_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ def test():
[
Result(
type="error",
message="""\
Expression of type "int" is incompatible with declared type "str"
\xa0\xa0"int" is incompatible with "str"\
""",
message=(
'Type "int" is not assignable to declared type "str"\n'
'\xa0\xa0"int" is not assignable to "str"'
),
line=12,
column=22,
),
Expand Down

0 comments on commit 923a530

Please sign in to comment.