; Fix ERC test failure following recent typo fix

* test/lisp/erc/erc-scenarios-base-compat-rename-bouncer.el: Replace
expected buffer content in test assertion.
* test/lisp/erc/resources/erc-scenarios-common.el: Replace expected
buffer content in test assertion. See also
40539c7587 "; Fix typos".
This commit is contained in:
F. Jason Park 2022-11-21 20:53:25 -08:00
parent ea73fd69f0
commit 7cfa87ed5b
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@
(erc-d-t-search-for 1 "<joe>")
(erc-d-t-absent-for 0.1 "<bob>")
(should (eq erc-server-process erc-server-process-bar))
(erc-d-t-search-for 10 "keeps you from dishonor")
(erc-d-t-search-for 10 "joe: It is a rupture")
(erc-d-t-wait-for 5 (not (erc-server-process-alive)))))
(when more (funcall more))))

View file

@ -296,7 +296,7 @@ buffer-naming collisions involving bouncers in ERC."
(erc-d-t-search-for 1 "<joe>")
(erc-d-t-absent-for 0.1 "<bob>")
(erc-d-t-wait-for 5 (eq erc-server-process erc-server-process-bar))
(erc-d-t-search-for 15 "keeps you from dishonour")
(erc-d-t-search-for 15 "joe: It is a rupture")
(erc-d-t-wait-for 5 (not (erc-server-process-alive)))))
(when after (funcall after))))