Skip to content

Commit 33aa723

Browse files
committed
tests: amend test to assert frames set to 0
1 parent 010a7b0 commit 33aa723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/epics/eiger/test_odin_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async def test_when_open_called_then_all_expected_signals_set(
7272
await writer.open(ODIN_DETECTOR_NAME)
7373

7474
get_mock_put(driver.fp.data_datatype).assert_called_once_with("uint16", wait=ANY)
75-
get_mock_put(driver.fp.frames).assert_called_once_with(1, wait=ANY)
75+
get_mock_put(driver.fp.frames).assert_called_once_with(0, wait=ANY)
7676

7777
get_mock_put(driver.fp.start_writing).assert_called_once_with(None, wait=ANY)
7878

0 commit comments

Comments
 (0)