; * test/lisp/abbrev-tests.el (abbrev--possibly-save-test): Fix test.

This commit is contained in:
Eli Zaretskii 2023-03-18 12:35:10 +02:00
parent 531f8f7103
commit 647c6bf2a6

View file

@ -317,7 +317,7 @@
(should-not abbrevs-changed)) (should-not abbrevs-changed))
;; Don't save ;; Don't save
(let ((abbrevs-changed t)) (let ((abbrevs-changed t))
(ert-simulate-keys '(?n) (ert-simulate-keys '(?n ?\C-m)
(should (abbrev--possibly-save nil))) (should (abbrev--possibly-save nil)))
(should-not abbrevs-changed))))) (should-not abbrevs-changed)))))