Skip to content

Commit c415851

Browse files
committed
Fix test
1 parent 6f1590d commit c415851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/teststubgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ def attribute(self, value: int) -> None:
11511151
readwrite_properties,
11521152
readonly_properties,
11531153
)
1154-
assert_equal(readwrite_properties, ["attribute: Any"])
1154+
assert_equal(readwrite_properties, ["attribute: Incomplete"])
11551155
assert_equal(readonly_properties, [])
11561156

11571157
def test_generate_c_type_with_single_arg_generic(self) -> None:

0 commit comments

Comments
 (0)