Tests: Fix non-file-backed-buffer test

Somehow a Unicode "RIGHT SINGLE QUOTATION MARK" replaced the ASCII
apostrophe in this string, which broke the test.  Weird!
This commit is contained in:
Adam Porter 2022-06-09 18:10:39 -05:00
parent 64a9234733
commit 36e97d51cf

View file

@ -2105,7 +2105,7 @@ with keyword arg NOW in PLIST."
(it "Refuses to link to non-file-backed buffer"
(expect (var-after-link-save-open 'org-ql-view-buffers-files link-buffer query
:buffer link-buffer)
:to-throw 'user-error '("Views that search non-file-backed buffers cant be linked to"))))))
:to-throw 'user-error '("Views that search non-file-backed buffers can't be linked to"))))))
;; MAYBE: Also test `org-ql-views', although I already know it works now.
;; (describe "org-ql-views")