Skip to content

Commit

Permalink
Merge branch 'main' into chore/version
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Jun 30, 2023
2 parents d486daa + 61f7f19 commit 88409d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sitemap_page_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ func TestSitemapPageParserParsePageMimeTypeAlias(t *testing.T) {
`))

assert.Nil(t, err)
if !assert.NotNil(t, p) {
return
}
assert.NotNil(t, p)
assert.Equal(t, "https://foo.com/sitemap.xml", p.URL().String())
assert.Equal(t, map[string]error{"https://foo.com/": nil}, p.Links())
assert.Equal(t, map[string]struct{}(nil), p.Fragments())
Expand Down

0 comments on commit 88409d7

Please sign in to comment.