There was an error while loading. Please reload this page.
1 parent faea2fb commit 3fa6bb0Copy full SHA for 3fa6bb0
1 file changed
flashdreams/test_v2/test_session_runner.py
@@ -59,7 +59,7 @@ def test_session_modes_are_independent() -> None:
59
for legacy_value in ("only_present_new", "only_present_newest"):
60
with pytest.raises(ValueError):
61
PresentationMode(legacy_value)
62
- assert SessionDesc().backpressure_mode is BackpressureMode.DROP_OLDEST
+ assert SessionDesc().backpressure_mode is BackpressureMode.BLOCK
63
assert SessionDesc().presentation_mode is PresentationMode.CONTINUOUS
64
65
0 commit comments