Skip to content

Commit 92ffe0f

Browse files
committed
Fix test bug
1 parent 327a89d commit 92ffe0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_nodes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ def annotated_user_cached_property(self): return 42
994994
"lazy_prop",
995995
"lazyprop",
996996
"decorated_with_lazy",
997-
"functools_cached_property",
997+
"functools_cached_p",
998998
"user_cached_p",
999999
"annotated_user_cached_p",
10001000
):

0 commit comments

Comments
 (0)