summaryrefslogtreecommitdiff
path: root/href_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-12-20 23:05:09 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-12-20 23:05:09 +0100
commit5fe432b7c1d6d626699e8091005a0de788d8168a (patch)
tree527f059bd7c902a8bafb5c64a989e86001d92db4 /href_test.go
parent6cdda9594a16182816a862fb253ec8ccecf763f0 (diff)
links
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)
}