mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-09-08 15:09:00 +00:00
prep for bundle work
This commit is contained in:
@@ -131,7 +131,7 @@ func TestOSCMessageEncoding(t *testing.T) {
|
||||
|
||||
for _, testCase := range testCases {
|
||||
|
||||
actual := MessageToBytes(testCase.message)
|
||||
actual := testCase.message.ToBytes()
|
||||
|
||||
if !reflect.DeepEqual(actual, testCase.expected) {
|
||||
t.Errorf("Test '%s' failed to encode properly", testCase.description)
|
||||
|
||||
Reference in New Issue
Block a user