From 3a6f848a5b5b7006a95bb0bdba98e81ffa2f081c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kmen=20G=C3=B6rgen?= Date: Tue, 10 Mar 2026 14:54:49 +0100 Subject: [PATCH] update test description. --- tests/test_aic_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_aic_filter.py b/tests/test_aic_filter.py index fb9d38457..b04054180 100644 --- a/tests/test_aic_filter.py +++ b/tests/test_aic_filter.py @@ -285,7 +285,7 @@ class TestAICFilter(unittest.IsolatedAsyncioTestCase): self.assertIsNotNone(filter_instance._vad_ctx) async def test_start_applies_initial_bypass_parameter(self): - """Test that start applies SDK Bypass parameter.""" + """Test that start applies bypass parameter.""" filter_instance = self._create_filter_with_mocks() await self._start_filter_with_mocks(filter_instance)