From 35e5c10b64d7e842ee84d81c7b496cc3202091e8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 3 Feb 2026 08:51:41 -0600 Subject: fix(video-recording): use generic 'Built-in Audio' label Renamed 'Built-in Laptop Audio' to 'Built-in Audio' since PCI audio devices are used on both laptops and desktops. --- tests/test-integration-recording-device-workflow.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-integration-recording-device-workflow.el') diff --git a/tests/test-integration-recording-device-workflow.el b/tests/test-integration-recording-device-workflow.el index ba92d700..3ef631f3 100644 --- a/tests/test-integration-recording-device-workflow.el +++ b/tests/test-integration-recording-device-workflow.el @@ -76,7 +76,7 @@ Validates: (should (= 3 (length grouped))) ;; Validate built-in device - (let ((built-in (assoc "Built-in Laptop Audio" grouped))) + (let ((built-in (assoc "Built-in Audio" grouped))) (should built-in) (should (string-prefix-p "alsa_input.pci" (cadr built-in))) (should (string-prefix-p "alsa_output.pci" (cddr built-in)))) @@ -160,7 +160,7 @@ Validates: ;; Group returns only 1 complete device (let ((grouped (cj/recording-group-devices-by-hardware))) (should (= 1 (length grouped))) - (should (equal "Built-in Laptop Audio" (caar grouped)))))))) + (should (equal "Built-in Audio" (caar grouped)))))))) ;;; Edge Cases - Bluetooth MAC Normalization -- cgit v1.2.3