diff --git a/test/lisp/erc/erc-scenarios-spelling.el b/test/lisp/erc/erc-scenarios-spelling.el index bfd8a004445..8ce10c6e3ab 100644 --- a/test/lisp/erc/erc-scenarios-spelling.el +++ b/test/lisp/erc/erc-scenarios-spelling.el @@ -90,9 +90,9 @@ ;; Depending on the machine, this should become something ;; like: "/AMSG an/dor /gmsg one fsbot two Rob my shoe". - (ert-play-keys "M-TAB")) - (should (equal (overlays-in erc-input-marker (point-max)) - (list ov1))))) + (ert-play-keys "M-TAB") + (should (equal (overlays-in erc-input-marker (point-max)) + (list ov1)))))) (when noninteractive (erc-spelling-mode -1)))))