mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +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},
|
payload: []byte{47, 116, 101, 115, 116, 0, 0, 0, 44, 0, 0, 0},
|
||||||
expected: osc.OSCMessage{
|
expected: osc.OSCMessage{
|
||||||
Address: "/test",
|
Address: "/test",
|
||||||
|
Args: []osc.OSCArg{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user