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
1 changed files with 1 additions and 1 deletions

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)
if err != nil {
t.Errorf("html generate error '%s'", err.Error())