Skip to content

Commit

Permalink
Fix utest
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Nov 16, 2023
1 parent ba28e4e commit b8c9340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utest/test_get_keyword_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ def test_kw_with_many_named_arguments_with_default(lib_types: DynamicTypesAnnota

def test_lib_annotations(lib_annotation: lib_future_annotation):
types = lib_annotation.get_keyword_types("future_annotations")
expected = {"arg1": Location}
expected = {"arg": Location}
assert types == expected

0 comments on commit b8c9340

Please sign in to comment.