1
0
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:
Pablo Aguiar 2021-02-10 21:27:07 +01:00 committed by GitHub
parent b89cbc36e9
commit c23bbbe7b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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', [