1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Update tests/rules/test_brew_cask_reinstall.py

Co-Authored-By: Pablo Aguiar <scorphus@gmail.com>
This commit is contained in:
Pavlos Vinieratos 2019-12-02 16:26:02 +01:00 committed by GitHub
parent 0b78827602
commit 3f0e3b538e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ from thefuck.rules.brew_cask_reinstall import get_new_command, match
output = ("Warning: Cask 'thefuck' is already installed.\n\nTo "
"re-install thefuck, run\n `brew cask reinstall thefuck`")
"re-install thefuck, run:\n brew cask reinstall thefuck")
def test_match():