rename test fn

This commit is contained in:
Kirill Zhuravlev 2023-02-14 23:00:00 +01:00 committed by Avelino
parent e5d1c25bbf
commit 8e90349cbe
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -93,7 +93,7 @@ func TestSeparator(t *testing.T) {
} }
} }
func TestGenerateHTML(t *testing.T) { func TestConvertAndRenderIndex(t *testing.T) {
err := ConvertAndRenderIndex(readmePath, outIndexFile) err := ConvertAndRenderIndex(readmePath, outIndexFile)
if err != nil { if err != nil {
t.Errorf("html generate error '%s'", err.Error()) t.Errorf("html generate error '%s'", err.Error())