summaryrefslogtreecommitdiff
path: root/tests/test_controller.py
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 14:15:05 +0200
committerYuval Adam <_@yuv.al>2026-07-24 14:15:05 +0200
commit8007c77e415130d9aab431e6b7199286bd3b7caf (patch)
tree5d6bda05738673518616e1af99c90c6ce4d612db /tests/test_controller.py
parent31fa21fdd1c6bccec73ccabdb49316c9813b0a9b (diff)
Preserve recordings with dated transcripts
Diffstat (limited to 'tests/test_controller.py')
-rw-r--r--tests/test_controller.py1
1 files changed, 1 insertions, 0 deletions
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()