Add a comment to a test

This commit is contained in:
Jesse Talavera 2024-03-10 20:56:20 -04:00
parent 23a249b5ee
commit 71ce09069a

View File

@ -12,5 +12,5 @@ with prelude.session() as session:
assert audio.buffer is not None
assert len(audio.buffer) > 0
assert any(b != 0 for b in audio.buffer)
# Assert that we're not just being given silence