We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba28e4e commit b8c9340Copy full SHA for b8c9340
utest/test_get_keyword_types.py
@@ -214,5 +214,5 @@ def test_kw_with_many_named_arguments_with_default(lib_types: DynamicTypesAnnota
214
215
def test_lib_annotations(lib_annotation: lib_future_annotation):
216
types = lib_annotation.get_keyword_types("future_annotations")
217
- expected = {"arg1": Location}
+ expected = {"arg": Location}
218
assert types == expected
0 commit comments