From 861556c1339cd65842ec3e24ba48590e6b72bd48 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 13 Jan 2023 15:36:00 +0200 Subject: [PATCH] Fix minibuffer-completion tests * test/lisp/minibuffer-tests.el (completions-header-format-test): Fix the test which first fired, and then drew the target... --- test/lisp/minibuffer-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/minibuffer-tests.el b/test/lisp/minibuffer-tests.el index 1de8e56cbd4..2ac5e0f29d6 100644 --- a/test/lisp/minibuffer-tests.el +++ b/test/lisp/minibuffer-tests.el @@ -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))) -- 2.39.5