summaryrefslogtreecommitdiff
path: root/href_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'href_test.go')
-rw-r--r--href_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/href_test.go b/href_test.go
index 7ce72a1..fe69810 100644
--- a/href_test.go
+++ b/href_test.go
@@ -10,7 +10,6 @@ func TestTitle(t *testing.T) {
{`http://www.opennet.ru`, `Проект OpenNet - всё, что связано с открытым ПО, открытыми технологиями, Linux, BSD и Unix`},
{`http://www.openbsd.org`, `OpenBSD`},
{`http://undeadly.org`, `OpenBSD Journal: A resource for the OpenBSD community`},
- {`https://github.com/dls/house/blob/master/kernel/SimpleExec.hs`, `house/SimpleExec.hs at master · dls/house · GitHub`},
}
for _, tc := range testCases {
t.Run(tc.url, func(t *testing.T) {