From b2947aba8d4d220092d6ccfc8780b35830d78663 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Wed, 5 Oct 2016 10:32:14 -0400 Subject: [PATCH] test_ag_literal.py: Add blank line (PEP 8 E302) https://github.com/nvbn/thefuck/pull/561#discussion_r81892174 --- tests/rules/test_ag_literal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rules/test_ag_literal.py b/tests/rules/test_ag_literal.py index 660786d9..52376740 100644 --- a/tests/rules/test_ag_literal.py +++ b/tests/rules/test_ag_literal.py @@ -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):