We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f20449 commit d572924Copy full SHA for d572924
tests/unit/utils/test_registry.py
@@ -26,7 +26,7 @@ def test_registered_type():
26
"""Test that RegisterT is configured correctly as a TypeVar."""
27
assert isinstance(RegisterT, type(TypeVar("test")))
28
assert RegisterT.__name__ == "RegisterT"
29
- assert RegisterT.__bound__ is None
+ assert RegisterT.__bound__ is type
30
assert RegisterT.__constraints__ == ()
31
32
0 commit comments