diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-15 10:39:43 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-15 10:39:43 -0700 |
| commit | 00d1ef67636df59460bd4e060f6da4b0c9bcb24c (patch) | |
| tree | 23c0b75535ab187bd690e03e286b64395efeba2f /hotline/file_path_test.go | |
| parent | c5d9af5aa4d9fb20316be45ab1b775bcf61bcad5 (diff) | |
Tests and minor fixes
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, |