From a1a1ae7c150ca57628f4edff4274cbf24ba9620d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Malinowski?= <56644812+stan-dot@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:15:08 +0100 Subject: [PATCH] Fix the expected test spacing values Previously this was hard coded to be a static float in milimeters for some reason, forgot to update this for this PR --- tests/devices/i22/test_dcm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/devices/i22/test_dcm.py b/tests/devices/i22/test_dcm.py index 443479ca86..ea6af11a88 100644 --- a/tests/devices/i22/test_dcm.py +++ b/tests/devices/i22/test_dcm.py @@ -220,7 +220,7 @@ async def test_configuration(dcm: DoubleCrystalMonochromator): "alarm_severity": ANY, }, "dcm-crystal_2_d_spacing": { - "value": 3.13475, + "value": 0.31356, "timestamp": ANY, "alarm_severity": ANY, }, @@ -245,7 +245,7 @@ async def test_configuration(dcm: DoubleCrystalMonochromator): "alarm_severity": ANY, }, "dcm-crystal_1_d_spacing": { - "value": 3.13475, + "value": 0.31356, "timestamp": ANY, "alarm_severity": ANY, },