Skip to content

Commit

Permalink
Correct test_dict_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jgberry committed Feb 28, 2022
1 parent eeba36b commit 7517853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_requirements.py
Expand Up @@ -687,7 +687,7 @@ def test_dict_requirements():
Dict(expr* keys, expr* values)
"""
node = _parse("{key: value}")
assert _dep_names(node) == ["value"]
assert _dep_names(node) == ["key", "value"]


def test_dict_requirements_empty():
Expand Down

0 comments on commit 7517853

Please sign in to comment.