1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

test_ag_literal.py: Add blank line (PEP 8 E302)

https://github.com/nvbn/thefuck/pull/561#discussion_r81892174
This commit is contained in:
Joseph Frazier 2016-10-05 10:32:14 -04:00
parent d2e0a19aae
commit b2947aba8d

View File

@ -7,6 +7,7 @@ stderr = ('ERR: Bad regex! pcre_compile() failed at position 1: missing )\n'
matching_command = Command(script='ag \\(', stderr=stderr)
@pytest.mark.parametrize('command', [
matching_command])
def test_match(command):