mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 14:48:49 +00:00
add missing newline
This commit is contained in:
parent
f5e8b89df7
commit
14e72f5b77
@ -38,4 +38,4 @@ def test_get_new_command(output):
|
||||
assert get_new_command(Command('git push --quiet origin', output))\
|
||||
== "git push --set-upstream origin master --quiet"
|
||||
assert get_new_command(Command('git -c test=test push --quiet origin', output))\
|
||||
== "git -c test=test push --set-upstream origin master --quiet"
|
||||
== "git -c test=test push --set-upstream origin master --quiet"
|
||||
|
Loading…
x
Reference in New Issue
Block a user