summaryrefslogtreecommitdiff
path: root/tests/test-video-audio-recording-test-mic.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-video-audio-recording-test-mic.el')
-rw-r--r--tests/test-video-audio-recording-test-mic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-video-audio-recording-test-mic.el b/tests/test-video-audio-recording-test-mic.el
index 5aa794bb..60b9eb0b 100644
--- a/tests/test-video-audio-recording-test-mic.el
+++ b/tests/test-video-audio-recording-test-mic.el
@@ -124,7 +124,7 @@
(condition-case err
(cj/recording-test-mic)
(user-error
- (should (string-match-p "C-; r c" (error-message-string err))))))
+ (should (string-match-p "C-; r s" (error-message-string err))))))
(test-mic-teardown)))
(ert-deftest test-video-audio-recording-test-mic-error-ffmpeg-failure-handled ()