Apply ruff formatting to test file
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user