generate: testEncode uses snakes now

This commit is contained in:
2025-07-17 14:06:05 -04:00
parent f646207ab1
commit 4955f66ad6
2 changed files with 5 additions and 6 deletions

View File

@@ -231,6 +231,6 @@ func TestGenerateRun(test *testing.T) {
}
testEncode(
&messageConnect,
0x0) // TODO
tu.S(0x0)) // TODO
`)
}