Skip to content

Commit

Permalink
test: update test_get_formula_aliases to include python parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Oct 14, 2024
1 parent 5c05a1f commit e86f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_brew_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def test_get_formula_info(helper):
assert "installed" in info


def test_get_formula_aliases(helper):
def test_get_formula_aliases(helper, python):
aliases = helper.get_formula_aliases()
assert aliases["homebrew/core"]["python"].startswith("python@")

Expand Down

0 comments on commit e86f03e

Please sign in to comment.