From 8ff2b66d1583b38298dfa415588df89631023695 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Wed, 29 Jun 2022 17:08:10 -0700 Subject: Refactor and backfill tests for tracker listing --- hotline/file_header_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/file_header_test.go') diff --git a/hotline/file_header_test.go b/hotline/file_header_test.go index 0194a60..99fe4e4 100644 --- a/hotline/file_header_test.go +++ b/hotline/file_header_test.go @@ -85,7 +85,7 @@ func TestFileHeader_Payload(t *testing.T) { FilePath: tt.fields.FilePath, } if got := fh.Payload(); !reflect.DeepEqual(got, tt.want) { - t.Errorf("Payload() = %v, want %v", got, tt.want) + t.Errorf("Read() = %v, want %v", got, tt.want) } }) } -- cgit