Skip to content

Commit f2e4c34

Browse files
committed
Fix copy-paste error in autorevert-test
* test/lisp/autorevert-tests.el: Use correct name to define a remote test.
1 parent e214da2 commit f2e4c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lisp/autorevert-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ This expects `auto-revert--messages' to be bound by
539539
(ignore-errors (delete-file file)))
540540
)))
541541

542-
(auto-revert--deftest-remote auto-revert-test04-auto-revert-mode-dired
542+
(auto-revert--deftest-remote auto-revert-test05-global-notify
543543
"Test `global-auto-revert-mode' without polling for remote buffers.")
544544

545545
(defun auto-revert-test-all (&optional interactive)

0 commit comments

Comments
 (0)