prep for bundle work

This commit is contained in:
2024-12-22 13:37:56 -06:00
parent 757eb8f4c1
commit 67920c5921
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -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)