#710: Fix tests
This commit is contained in:
@@ -5,8 +5,7 @@ from thefuck.utils import for_app
|
||||
def match(command):
|
||||
return ('update' in command.script
|
||||
and "Error: This command updates brew itself" in command.output
|
||||
and "Use 'brew upgrade" in command.output
|
||||
and "instead" in command.output)
|
||||
and "Use 'brew upgrade" in command.output)
|
||||
|
||||
|
||||
def get_new_command(command):
|
||||
|
||||
Reference in New Issue
Block a user