generate: Fix TestGenerateRun when testing numbers

This commit is contained in:
Sasha Koshka 2025-07-21 16:51:33 -04:00
parent 5d84636b55
commit 6ecc33a46b

View File

@ -296,10 +296,10 @@ func TestGenerateRun(test *testing.T) {
}
testEncode(
&messagePulse,
tu.S(0xC1, 0x02).AddVar(
tu.S(0xC1, 0x05).AddVar(
[]byte { 0x00, 0x00, 0x09 },
[]byte { 0x00, 0x01, 0x21, 0xCA, 0xDF },
[]byte { 0x00, 0x02, 0x41, 0x3F, 0x80 },
[]byte { 0x00, 0x02, 0x41, 0x51, 0xAC },
[]byte { 0x00, 0x03, 0x43, 0x43, 0x93, 0x0C, 0xCD },
[]byte { 0x00, 0x04, 0x47, 0x41, 0xB6, 0xEE, 0x81, 0x28, 0x3C, 0x21, 0xE2 },
))