aboutsummaryrefslogtreecommitdiff
path: root/internal/reader/scraper/scraper_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/reader/scraper/scraper_test.go')
-rw-r--r--internal/reader/scraper/scraper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/reader/scraper/scraper_test.go b/internal/reader/scraper/scraper_test.go
index ced32d5e..9ad1e080 100644
--- a/internal/reader/scraper/scraper_test.go
+++ b/internal/reader/scraper/scraper_test.go
@@ -58,7 +58,7 @@ func TestSelectorRules(t *testing.T) {
t.Fatalf(`Unable to read file %q: %v`, filename, err)
}
- actualResult, err := scrapContent(bytes.NewReader(html), rule)
+ actualResult, err := findContentUsingCustomRules(bytes.NewReader(html), rule)
if err != nil {
t.Fatalf(`Scraping error for %q - %q: %v`, filename, rule, err)
}