Fix test cases

This commit is contained in:
dhilipsiva
2017-02-09 09:16:20 +05:30
parent 8a8ade1e6b
commit 309fe8f6ee
2 changed files with 9 additions and 19 deletions
+1 -2
View File
@@ -1,12 +1,11 @@
import re
from thefuck.utils import for_app, replace_command
from thefuck.utils import replace_command
no_command = "Error: No such command"
no_website = "hostscli.errors.WebsiteImportError"
@for_app("hostscli")
def match(command):
errors = [no_command, no_website]
for error in errors: