generate: And now for an actual use of testGenerateRun

This commit is contained in:
Sasha Koshka 2025-07-19 06:24:30 -04:00
parent a257902705
commit 7e8b272ef0

View File

@ -231,6 +231,9 @@ func TestGenerateRun(test *testing.T) {
}
testEncode(
&messageConnect,
tu.S(0x0)) // TODO
tu.S(0xC1).AddVar(
[]byte { 0x00, 0x00, 0x66, 'r', 'a', 'r', 'i', 't', 'y' }, // TODO tag and payload
[]byte { 0x00, 0x01, 0x64, 'g', 'e', 'm', 's' }, // TODO tag and payload
))
`)
}