chore: update tests (#572)

This commit is contained in:
boojack
2022-11-25 21:51:53 +08:00
committed by GitHub
parent f4e2b7319a
commit 29880be283
2 changed files with 8 additions and 6 deletions

View File

@@ -11,12 +11,6 @@ func TestGetHTMLMeta(t *testing.T) {
urlStr string
htmlMeta HTMLMeta
}{
{
urlStr: "https://baidu.com",
htmlMeta: HTMLMeta{
Title: "百度一下,你就知道",
},
},
{
urlStr: "https://www.bytebase.com/blog/sql-review-tool-for-devs",
htmlMeta: HTMLMeta{