Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed May 26, 2024
1 parent 9436959 commit c9eaba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scraper/test/internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestInternalScraper(t *testing.T) {
assert.NotNil(t, page)
assert.Equal(t, "https://about.readflow.app/", page.URL)
assert.Equal(t, "readflow", page.Title)
assert.Equal(t, "Read your Internet article flow in one place with complete peace of mind and freedom", page.Text)
assert.Equal(t, "read your Internet article flow in one place with complete peace of mind and freedom", page.Text)
assert.Contains(t, page.HTML, "relax.png")
assert.Equal(t, "https://about.readflow.app/images/readflow.png", page.Image)
assert.Equal(t, "https://about.readflow.app/favicon.png", page.Favicon)
Expand Down

0 comments on commit c9eaba9

Please sign in to comment.