Skip to content

Commit 3dcf759

Browse files
committed
Adjust the failing test
1 parent de85cfa commit 3dcf759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-functions.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3276,7 +3276,7 @@ class A:
32763276
@decorator
32773277
def f(self) -> int: ...
32783278

3279-
reveal_type(A.f) # N: Revealed type is "__main__.something_callable"
3279+
reveal_type(A.f) # N: Revealed type is "builtins.property"
32803280
reveal_type(A().f) # N: Revealed type is "builtins.str"
32813281
[builtins fixtures/property.pyi]
32823282

0 commit comments

Comments
 (0)