Skip to content

Commit c359af8

Browse files
Update livekit-rtc/tests/test_change_video_quality.py
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 7632b86 commit c359af8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

livekit-rtc/tests/test_change_video_quality.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ def _on_event(*args, **kwargs) -> None:
154154
return
155155
if predicate is None or predicate(*args, **kwargs):
156156
fut.set_result(args)
157-
room.off(event, _on_event)
157+
room.off(event, _on_event)
158+
158159

159160
room.on(event, _on_event)
160161
return fut

0 commit comments

Comments
 (0)