Skip to content

Commit f459fea

Browse files
committed
Proper fix
1 parent aa4946d commit f459fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest_brain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def mymethod(self, x):
759759
# decorated by DynamicClassAttribute.
760760
prop = next(iter(one._proxied.getattr(propname)))
761761
if PY311_PLUS:
762-
expected_name = "builtins.property"
762+
expected_name = "enum.property"
763763
else:
764764
expected_name = "types.DynamicClassAttribute"
765765
self.assertIn(expected_name, prop.decoratornames())

0 commit comments

Comments
 (0)