Skip to content

Commit b8c9340

Browse files
committed
Fix utest
1 parent ba28e4e commit b8c9340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utest/test_get_keyword_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,5 @@ def test_kw_with_many_named_arguments_with_default(lib_types: DynamicTypesAnnota
214214

215215
def test_lib_annotations(lib_annotation: lib_future_annotation):
216216
types = lib_annotation.get_keyword_types("future_annotations")
217-
expected = {"arg1": Location}
217+
expected = {"arg": Location}
218218
assert types == expected

0 commit comments

Comments
 (0)