From 00d1ef67636df59460bd4e060f6da4b0c9bcb24c Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 15 Aug 2021 10:39:43 -0700 Subject: Tests and minor fixes --- hotline/file_path_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/file_path_test.go') 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, -- cgit