summaryrefslogtreecommitdiff
path: root/href_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-01-01 09:49:01 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-01-01 09:49:01 +0100
commit2e61e20da46d10af33a84a18dc2e1b77e43002b3 (patch)
tree7245894614a2c5c294cd48047f3d2b2a2cf4ccea /href_test.go
parent50d3b0f4927c3fc4b92cc368062ce2bf42e1a99d (diff)
parente663cdca3df5471ffbf7bfc2d329e7780e5ccf6f (diff)
Merge branch 'kiss'
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)
}