Skip to content

Commit

Permalink
wip: fix one more data block for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
voxeljorge committed Feb 11, 2024
1 parent e30ede8 commit 3fa66ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions marshal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
},
Expand Down

0 comments on commit 3fa66ab

Please sign in to comment.