Skip to content

Commit 429cc9c

Browse files
author
Henri Ervasti
committed
[183-thorlabs-k10crx-devices] Fix on unit-test.
1 parent 99038ff commit 429cc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/instruments/thorlabs/test_k10cr2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def tearDown(self):
180180
def test_get_idn(self):
181181
"""Test the get_idn method."""
182182
# First two values are hardcoded, and the two latter are based on the standard return value for read in `setUp`
183-
expected_idn = ["Thorlabs", "K10CR2", 3297859, "3.2.3"]
183+
expected_idn = ["Thorlabs", "K10CR2", 3297859, "9.2.3"]
184184
# We expect to write MESSAGE_ID 0x0005 (_AptMsgHwReqInfo)
185185
expected_write = struct.pack(self._pack, 0x0005) + b"P\x01" # This is 5001 == 0x1389
186186

0 commit comments

Comments
 (0)