Skip to content

Commit 6aec4b8

Browse files
authored
Fix typo in testPropertySetterDecorated (#18946)
Ref #18787 (comment)
1 parent 1ea9373 commit 6aec4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-classes.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8516,7 +8516,7 @@ class C(B):
85168516

85178517
@property
85188518
def tricky(self) -> int: ...
8519-
@baz.setter
8519+
@tricky.setter
85208520
@deco_instance
85218521
def tricky(self, x: int) -> None: ...
85228522

0 commit comments

Comments
 (0)