Skip to content

Commit

Permalink
Fix the expected test spacing values
Browse files Browse the repository at this point in the history
Previously this was hard coded to be a static float in milimeters for some reason, forgot to update this for this PR
  • Loading branch information
stan-dot authored Oct 21, 2024
1 parent e8ac545 commit a1a1ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/devices/i22/test_dcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand All @@ -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,
},
Expand Down

0 comments on commit a1a1ae7

Please sign in to comment.