mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
rename test fn
This commit is contained in:
parent
e5d1c25bbf
commit
8e90349cbe
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user