Skip to content

Commit

Permalink
chore: Revert is True for handling
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Nov 4, 2021
1 parent a5b04e0 commit b8aba72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_introspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def test_introspection___type_resolver():

atype = await __type_resolver(None, args, None, info)

assert info.is_introspection
assert info.is_introspection is True
assert atype == "Ninja"
assert info.schema.find_type.called_with("LOL")

Expand Down

0 comments on commit b8aba72

Please sign in to comment.