diff options
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) } }) } |