]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/file_path_test.go
Tests and minor fixes
[rbdr/mobius] / hotline / file_path_test.go
index a5f5b60326579610bcacc03f845aae7098a0acf9..a8ab2ce29c3bdee557f54389e2f985958ed2ad8c 100644 (file)
@@ -31,7 +31,7 @@ func TestFilePath_UnmarshalBinary(t *testing.T) {
                                0x41, 0x20, 0x53, 0x75, 0x62, 0x44, 0x69, 0x72,
                        }},
                        want: FilePath{
-                               ItemCount: []byte{0x00, 0x02},
+                               ItemCount: [2]byte{0x00, 0x02},
                                Items: []FilePathItem{
                                        {
                                                Len:  0x0f,