From 8007c77e415130d9aab431e6b7199286bd3b7caf Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 14:15:05 +0200 Subject: Preserve recordings with dated transcripts --- tests/test_controller.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_controller.py') diff --git a/tests/test_controller.py b/tests/test_controller.py index b57cb69..17b6e1b 100644 --- a/tests/test_controller.py +++ b/tests/test_controller.py @@ -71,6 +71,7 @@ class ControllerTests(unittest.TestCase): text, path = received[0] self.assertEqual(text, "hello from controller") self.assertEqual(path.read_text(), "hello from controller\n") + self.assertEqual(path.with_suffix(".wav").read_bytes(), b"RIFF") finally: controller.close() -- cgit v1.3.1