generate: And now for an actual use of testGenerateRun
This commit is contained in:
parent
a257902705
commit
7e8b272ef0
@ -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
|
||||
))
|
||||
`)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user