From 3fa66ab53954ce6c3476003d75b4ec64c47f7eef Mon Sep 17 00:00:00 2001 From: Jorge Villatoro Date: Sun, 11 Feb 2024 09:12:03 -0800 Subject: [PATCH] wip: fix one more data block for the tests --- marshal_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/marshal_test.go b/marshal_test.go index 44ecd7f..d3ce5a6 100644 --- a/marshal_test.go +++ b/marshal_test.go @@ -184,9 +184,9 @@ func TestMarshal(t *testing.T) { 0x57, 0x41, 0x84, 0x61, 0x62, 0x63, 0x64, }, { // Go map element order is unstable - 0x15, 0x49, 0xA9, 0x66, 0x90, - 0x57, 0x41, 0x85, 0x61, 0x62, 0x63, 0x64, 0x00, - 0x4D, 0x80, 0x85, 0x74, 0x65, 0x73, 0x74, 0x00, + 0x15, 0x49, 0xA9, 0x66, 0x8e, + 0x57, 0x41, 0x84, 0x61, 0x62, 0x63, 0x64, + 0x4D, 0x80, 0x84, 0x74, 0x65, 0x73, 0x74, }, }, },