summaryrefslogtreecommitdiff
path: root/href_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'href_test.go')
-rw-r--r--href_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/href_test.go b/href_test.go
index d884b2f..4134d47 100644
--- a/href_test.go
+++ b/href_test.go
@@ -26,7 +26,7 @@ func TestTitle(t *testing.T) {
}
for _, tc := range testCases {
t.Run(tc.URL, func(t *testing.T) {
- title, err := findTitle(tc.URL)
+ title, err := getTitle(tc.URL)
if err != nil {
t.Error(tc.URL, err)
}