更新
This commit is contained in:
+3
-2
@@ -2,7 +2,8 @@ package mailx_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"wallet-pay-api/pkg/mailx"
|
||||
|
||||
mailx "code.yun.ink/pkg/mailx"
|
||||
)
|
||||
|
||||
func TestParseHtmlResource(t *testing.T) {
|
||||
@@ -49,7 +50,7 @@ func TestParseHtmlResource(t *testing.T) {
|
||||
</html>
|
||||
`
|
||||
|
||||
res, err := mailx.ParseHtmlResource(html)
|
||||
res, err := mailx.ParseHTMLResource(html)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user