mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +00:00
fix flake8
This commit is contained in:
parent
b3c4b0c3c8
commit
901f9922a2
@ -7,8 +7,8 @@ def test_match():
|
|||||||
Error: unknown command "evn" for "git-lfs"
|
Error: unknown command "evn" for "git-lfs"
|
||||||
|
|
||||||
Did you mean this?
|
Did you mean this?
|
||||||
env
|
env
|
||||||
ext
|
ext
|
||||||
|
|
||||||
Run 'git-lfs --help' for usage.
|
Run 'git-lfs --help' for usage.
|
||||||
"""
|
"""
|
||||||
@ -25,8 +25,8 @@ def test_not_git_command():
|
|||||||
Error: unknown command "evn" for "git-lfs"
|
Error: unknown command "evn" for "git-lfs"
|
||||||
|
|
||||||
Did you mean this?
|
Did you mean this?
|
||||||
env
|
env
|
||||||
ext
|
ext
|
||||||
|
|
||||||
Run 'git-lfs --help' for usage.
|
Run 'git-lfs --help' for usage.
|
||||||
"""
|
"""
|
||||||
@ -38,8 +38,8 @@ def test_get_new_command():
|
|||||||
Error: unknown command "evn" for "git-lfs"
|
Error: unknown command "evn" for "git-lfs"
|
||||||
|
|
||||||
Did you mean this?
|
Did you mean this?
|
||||||
env
|
env
|
||||||
ext
|
ext
|
||||||
|
|
||||||
Run 'git-lfs --help' for usage.
|
Run 'git-lfs --help' for usage.
|
||||||
"""
|
"""
|
||||||
@ -53,7 +53,7 @@ def test_get_another_new_command():
|
|||||||
Error: unknown command "chekout" for "git-lfs"
|
Error: unknown command "chekout" for "git-lfs"
|
||||||
|
|
||||||
Did you mean this?
|
Did you mean this?
|
||||||
checkout
|
checkout
|
||||||
|
|
||||||
Run 'git-lfs --help' for usage.
|
Run 'git-lfs --help' for usage.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user