diff --git a/tests/rules/test_brew_cask_reinstall.py b/tests/rules/test_brew_cask_reinstall.py index 64999ff7..5b7f4624 100644 --- a/tests/rules/test_brew_cask_reinstall.py +++ b/tests/rules/test_brew_cask_reinstall.py @@ -20,7 +20,7 @@ def test_not_match(script): @pytest.mark.parametrize('script, formula, ', [ - ('brew install foo', 'foo'), + ('brew cask install foo', 'foo'), ('brew install bar zap', 'bar zap')]) def test_get_new_command(script, formula): command = Command(script, output)