diff --git a/tests/I24/serial/fixed-target/test_chip_startup.py b/tests/I24/serial/fixed-target/test_chip_startup.py index 98fa0e8bd..f67e5302a 100644 --- a/tests/I24/serial/fixed-target/test_chip_startup.py +++ b/tests/I24/serial/fixed-target/test_chip_startup.py @@ -50,7 +50,7 @@ def test_get_format_for_oxford_chip(): def test_get_format_for_oxford_minichip(): # 1 block of oxford chip fmt = get_format("9") - assert fmt == [1, 1, 20, 20, 0.125, 0.800, 0.800] + assert fmt == [1, 1, 20, 20, 0.125, 0.0, 0.0] def test_get_format_for_custom_chip():