diff --git a/tests/rules/test_brew_cask_reinstall.py b/tests/rules/test_brew_cask_reinstall.py index 6941015d..64999ff7 100644 --- a/tests/rules/test_brew_cask_reinstall.py +++ b/tests/rules/test_brew_cask_reinstall.py @@ -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():