Skip to content

Commit d13b343

Browse files
committed
Fix type assertion
1 parent 00da064 commit d13b343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def assert_pyright_output(
103103
"expected_status": 1,
104104
"expected_outputs": [
105105
'Argument of type "dict[Any, Any]" cannot be assigned to parameter "array_string" '
106-
'of type "Sequence[str] | Tuple[Unknown, ...] | None"'
106+
'of type "Sequence[str] | None"'
107107
],
108108
},
109109
),

0 commit comments

Comments
 (0)