Skip to content

Commit

Permalink
fix baseclass test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Sep 24, 2024
1 parent b1cb31d commit 4d243c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_visitors.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_baseclasses_single() -> None:
)
assert visitor.global_names == {"Interface", "C"}
assert visitor.imports == {"typing.Protocol": "Interface"}
assert visitor.baseclasses == {"C": ["typing.Protocol"]}
assert visitor.baseclasses == {"C": ["Interface"]}

# TODO: more baseclass tests

Expand Down

0 comments on commit 4d243c9

Please sign in to comment.