update function convert html

This commit is contained in:
Adrian Zürcher
2026-01-06 10:03:20 +01:00
parent bd07add64e
commit d80764b943
2 changed files with 45 additions and 44 deletions

View File

@@ -94,7 +94,7 @@ func TestConvertHtml(t *testing.T) {
}
defer c.Close()
err = c.ConvertHtml(html, outputPath)
err = c.ConvertHtmls(models.Html{Html: html, Output: outputPath})
if err != nil {
t.Fatalf("ConvertHtml failed: %v", err)
}