aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-12-04 11:54:52 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2020-12-04 11:54:52 +0200
commit523159b550408a8834613859ac90212dfc046e89 (patch)
tree51635e26d456008be42712483f7934df0f8eba0c /test
parent30d7a992873b60867f10db71cfe09da27805ad8a (diff)
[#1612] Tweak a problematic error message
I think it's best to just expand can't to cannot, instead of to rely on a different quotation mark.
Diffstat (limited to 'test')
-rw-r--r--test/projectile-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/projectile-test.el b/test/projectile-test.el
index 6be7109..9de80cf 100644
--- a/test/projectile-test.el
+++ b/test/projectile-test.el
@@ -113,7 +113,7 @@ You'd normally combine this with `projectile-test-with-sandbox'."
(expect (call-interactively fn)
:to-throw
'error
- (list (concat "Projectile can’t find a project definition in "
+ (list (concat "Projectile cannot find a project definition in "
default-directory))))))))))
(defun projectile-test-tmp-file-path ()