diff options
Diffstat (limited to 'hotline/file_path_test.go')
| -rw-r--r-- | hotline/file_path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/file_path_test.go b/hotline/file_path_test.go index a5f5b60..a8ab2ce 100644 --- a/hotline/file_path_test.go +++ b/hotline/file_path_test.go @@ -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, |