From f3afa41c1f9fab241a5fafea65a64f0df366a8fc Mon Sep 17 00:00:00 2001 From: Noemi Frisina Date: Mon, 3 Jul 2023 17:15:39 +0100 Subject: [PATCH] Fix tests --- tests/I24/serial/fixed-target/test_chip_startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():