Skip to content

Commit 047a4f5

Browse files
committed
This test now passes, make it run regularly
1 parent 74fefe4 commit 047a4f5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
"""
2-
categories: Core,Classes
3-
description: Calling super() getter property in subclass will return a property object, not the value
4-
cause: Unknown
5-
workaround: Unknown
2+
test that calling super() getter property in subclass will return the value
63
"""
74
class A:
85
@property

0 commit comments

Comments
 (0)