Apply ruff formatting to test file

This commit is contained in:
gui217
2025-12-30 13:39:36 +02:00
parent ec5fb392c4
commit 32c3298eff

View File

@@ -138,6 +138,8 @@ class TestRNNoiseFilter(unittest.IsolatedAsyncioTestCase):
# When resampler returns empty bytes, filter should return empty bytes # When resampler returns empty bytes, filter should return empty bytes
# (or handle it gracefully without crashing) # (or handle it gracefully without crashing)
self.assertEqual(result, b"", "Filter should return empty bytes when resampler returns empty bytes") self.assertEqual(
result, b"", "Filter should return empty bytes when resampler returns empty bytes"
)
await filter.stop() await filter.stop()