mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
fix styling tests
This commit is contained in:
parent
53704658b2
commit
90ae7b7baf
@ -20,6 +20,7 @@ def test_match(script, output):
|
||||
|
||||
|
||||
@pytest.mark.parametrize('command, new_command', [
|
||||
(Command('rbenv install 2.6.1', expected_output), expected_actual_command)])
|
||||
(Command('rbenv install 2.6.1', expected_output), expected_actual_command)
|
||||
])
|
||||
def test_get_new_command(command, new_command):
|
||||
assert get_new_command(command) == new_command
|
||||
|
Loading…
x
Reference in New Issue
Block a user