diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-29 17:08:10 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-29 17:08:10 -0700 |
| commit | 8ff2b66d1583b38298dfa415588df89631023695 (patch) | |
| tree | aad16a70e04988b138fcc614c71e5958eb082eb2 /hotline/file_header_test.go | |
| parent | 7e6b49e4d6bf07cbd0df374460c92c1d88be0599 (diff) | |
Refactor and backfill tests for tracker listing
Diffstat (limited to 'hotline/file_header_test.go')
| -rw-r--r-- | hotline/file_header_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) } }) } |