mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
Update tests/rules/test_omnienv_no_such_command.py
Co-authored-by: Divy Jain <dkj@somaiya.edu>
This commit is contained in:
parent
b89cbc36e9
commit
c23bbbe7b9
@ -35,7 +35,7 @@ def test_match(script, pyenv_cmd, output):
|
||||
|
||||
def test_match_goenv_output_quote():
|
||||
"""test goenv's specific output with quotes (')"""
|
||||
assert match(Command('goenv list', output="pyenv: no such command 'list'"))
|
||||
assert match(Command('goenv list', output="goenv: no such command 'list'"))
|
||||
|
||||
|
||||
@pytest.mark.parametrize('script, output', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user