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 d572924 commit a5fdee0Copy full SHA for a5fdee0
tests/unit/utils/test_pydantic_utils.py
@@ -41,7 +41,7 @@ def test_register_class_t():
41
"""Test that RegisterClassT is configured correctly as a TypeVar."""
42
assert isinstance(RegisterClassT, type(TypeVar("test")))
43
assert RegisterClassT.__name__ == "RegisterClassT"
44
- assert RegisterClassT.__bound__ == type
+ assert RegisterClassT.__bound__ is type
45
assert RegisterClassT.__constraints__ == ()
46
47
0 commit comments