Commit 1e202d1c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 46b8b4f7
This diff is collapsed.
......@@ -32,7 +32,7 @@ import (
// verify that message codes are the same in between py and go.
func TestMsgCodeVsPy(t *testing.T) {
goMsgRegistry := map[uint16]string{} // code -> packet name
for code, pktType := range msgTypeRegistry{
for code, pktType := range msgTypeRegistry {
goMsgRegistry[code] = pktType.Name()
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment