1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 20:11:17 +00:00

Fix flake8 errors: E302 expected 2 blank lines, found 1

This commit is contained in:
Joseph Frazier 2016-10-05 11:20:42 -04:00
parent 37161832aa
commit 797b42cfd7

View File

@ -18,6 +18,7 @@ def test_match(command):
def test_not_match(command):
assert not match(command)
@pytest.mark.parametrize('command, new_command', [
(Command('git remote set-url origin git@github.com:nvbn/thefuck.git'),
'git remote add origin git@github.com:nvbn/thefuck.git')])