aboutsummaryrefslogtreecommitdiff
path: root/tests/test-transcription-status-and-commands.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-transcription-status-and-commands.el')
-rw-r--r--tests/test-transcription-status-and-commands.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-transcription-status-and-commands.el b/tests/test-transcription-status-and-commands.el
index 7c796de0..af7255cd 100644
--- a/tests/test-transcription-status-and-commands.el
+++ b/tests/test-transcription-status-and-commands.el
@@ -138,7 +138,7 @@
(cl-letf (((symbol-function 'process-live-p)
(lambda (_) t))
((symbol-function 'kill-process)
- (lambda (p) (setq killed p)))
+ (lambda (p &rest _) (setq killed p)))
((symbol-function 'message)
(lambda (fmt &rest args)
(setq msg (apply #'format fmt args)))))