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 aa4946d commit f459feaCopy full SHA for f459fea
tests/unittest_brain.py
@@ -759,7 +759,7 @@ def mymethod(self, x):
759
# decorated by DynamicClassAttribute.
760
prop = next(iter(one._proxied.getattr(propname)))
761
if PY311_PLUS:
762
- expected_name = "builtins.property"
+ expected_name = "enum.property"
763
else:
764
expected_name = "types.DynamicClassAttribute"
765
self.assertIn(expected_name, prop.decoratornames())
0 commit comments