summaryrefslogtreecommitdiff
path: root/tests/test_controller.py
diff options
context:
space:
mode:
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()