X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/22c599abc18895f73e96095f35b71cf3357d41b4..6ad7322a8c970de3e15c7815fc5c402cd3e24b2e:/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) } }) }