summaryrefslogtreecommitdiff
path: root/internal/href/href_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/href/href_test.go')
-rw-r--r--internal/href/href_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/href/href_test.go b/internal/href/href_test.go
index ed2bc40..7f5de3f 100644
--- a/internal/href/href_test.go
+++ b/internal/href/href_test.go
@@ -51,7 +51,7 @@ func TestTitle(t *testing.T) {
io.Copy(w, fd)
}))
defer ts.Close()
- title, err := Title(ts.URL)
+ title, err := fetch(ts.URL)
if err != nil {
t.Error(tc.fixture, err)
}