Skip to content

Commit 3fa6bb0

Browse files
committed
FIX TEST
1 parent faea2fb commit 3fa6bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flashdreams/test_v2/test_session_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_session_modes_are_independent() -> None:
5959
for legacy_value in ("only_present_new", "only_present_newest"):
6060
with pytest.raises(ValueError):
6161
PresentationMode(legacy_value)
62-
assert SessionDesc().backpressure_mode is BackpressureMode.DROP_OLDEST
62+
assert SessionDesc().backpressure_mode is BackpressureMode.BLOCK
6363
assert SessionDesc().presentation_mode is PresentationMode.CONTINUOUS
6464

6565

0 commit comments

Comments
 (0)