mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 13:25:40 +00:00
fix osc message decode test
This commit is contained in:
@@ -40,6 +40,7 @@ func TestGoodOSCMessageDecode(t *testing.T) {
|
||||
payload: []byte{47, 116, 101, 115, 116, 0, 0, 0, 44, 0, 0, 0},
|
||||
expected: osc.OSCMessage{
|
||||
Address: "/test",
|
||||
Args: []osc.OSCArg{},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user