X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/22c599abc18895f73e96095f35b71cf3357d41b4..501973cdaaccc9f10c1427cab7edaddf7f89fcdb:/hotline/file_header_test.go?ds=sidebyside 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) } }) }