diff --git a/tests/rules/test_fab_command_not_found.py b/tests/rules/test_fab_command_not_found.py index 361c3742..da596b6b 100644 --- a/tests/rules/test_fab_command_not_found.py +++ b/tests/rules/test_fab_command_not_found.py @@ -45,5 +45,5 @@ def test_not_match(command): 'fab prepare_extension:version=2016 deploy:beta=true -H the.fuck'), ]) def test_get_new_command(script, result): - command = Command(script, stdout,stderr) + command = Command(script, stdout, stderr) assert get_new_command(command) == result