fix osc message decode test

This commit is contained in:
Joel Wetzell
2026-03-02 20:56:16 -06:00
parent 9a9bf10078
commit fdd4b341cb

View File

@@ -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{},
},
},
}