fix CRC checksum of read timeout test

pull/70/head
SoulKa 2 years ago
parent c93fae5a20
commit 66f1d3456b

@ -139,7 +139,7 @@ func TestDev_Sense_error(t *testing.T) {
},
{
name: "read timeout",
data: []byte{0x00, 0x75, 0x52, 0x05, 0x8E, 0x40, 0x7F},
data: []byte{byteStatusInitialized, 0x75, 0x52, 0x05, 0x8E, 0x40, 0x7F},
opts: Opts{
MeasurementReadTimeout: 1,
MeasurementWaitInterval: 10 * time.Millisecond,

Loading…
Cancel
Save