mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Fix test failure in erc-networks-tests
* test/lisp/erc/erc-networks-tests.el (erc-networks--id-sort-buffers): Make sure that buffers have different timestamps. (Bug#73036)
This commit is contained in:
parent
dad0935cfc
commit
87a8b12a0c
@ -133,10 +133,12 @@
|
||||
(with-temp-buffer
|
||||
(setq erc-networks--id (erc-networks--id-fixed-create 'oldest)
|
||||
oldest (current-buffer))
|
||||
(sleep-for 0.02)
|
||||
|
||||
(with-temp-buffer
|
||||
(setq erc-networks--id (erc-networks--id-fixed-create 'middle)
|
||||
middle (current-buffer))
|
||||
(sleep-for 0.02)
|
||||
|
||||
(with-temp-buffer
|
||||
(setq erc-networks--id (erc-networks--id-fixed-create 'newest)
|
||||
|
Loading…
Reference in New Issue
Block a user