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:
parent
64a9234733
commit
36e97d51cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 can’t 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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue