update CHANGELOG.md and fix formatting

This commit is contained in:
Aleix Conchillo Flaqué
2025-03-20 18:58:06 -07:00
parent 3b4d91e1c1
commit d71b520153
2 changed files with 10 additions and 3 deletions

View File

@@ -86,9 +86,9 @@ class TestUserIdleProcessor(unittest.IsolatedAsyncioTestCase):
expected_down_frames=expected_down_frames,
)
assert (
not callback_called.is_set()
), "Idle callback was called even though bot speaking frames reset the timer"
assert not callback_called.is_set(), (
"Idle callback was called even though bot speaking frames reset the timer"
)
async def test_idle_retry_callback(self):
"""Test that retry count increases until user activity resets it."""