From 336d8b7b4bc9dee67d2712672ced58e098660ec0 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Thu, 20 Aug 2015 11:37:49 +0100 Subject: [PATCH] Style change --- tests/rules/test_vagrant_up.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rules/test_vagrant_up.py b/tests/rules/test_vagrant_up.py index b65e9e4..1a7c902 100644 --- a/tests/rules/test_vagrant_up.py +++ b/tests/rules/test_vagrant_up.py @@ -2,6 +2,7 @@ import pytest from thefuck.rules.vagrant_up import match, get_new_command from tests.utils import Command + @pytest.mark.parametrize('command', [ Command(script='vagrant ssh', stderr='VM must be running to open SSH connection. Run `vagrant up`\nto start the virtual machine.'), Command(script='vagrant ssh devbox', stderr='VM must be running to open SSH connection. Run `vagrant up`\nto start the virtual machine.'),