Fix minibuffer-completion tests
* test/lisp/minibuffer-tests.el (completions-header-format-test): Fix the test which first fired, and then drew the target...
This commit is contained in:
parent
c0578edc8f
commit
861556c133
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@
|
|||
(switch-to-completions)
|
||||
;; Fixed in bug#55430
|
||||
(should (equal "aa" (get-text-property (point) 'completion--string)))
|
||||
(next-completion 2)
|
||||
(next-completion 3)
|
||||
(should (equal "ac" (get-text-property (point) 'completion--string)))
|
||||
(previous-completion 2)
|
||||
(should (equal "aa" (get-text-property (point) 'completion--string)))
|
||||
|
|
Loading…
Add table
Reference in a new issue