mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
Update tests/rules/test_brew_cask_reinstall.py
Co-Authored-By: Pablo Aguiar <scorphus@gmail.com>
This commit is contained in:
parent
3f0e3b538e
commit
dee9469e14
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user