diff --git a/tests/typecheckers/test_fields_resolver_async.py b/tests/typecheckers/test_fields_resolver_async.py index 172e703033..f8c1e28ae4 100644 --- a/tests/typecheckers/test_fields_resolver_async.py +++ b/tests/typecheckers/test_fields_resolver_async.py @@ -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,