summaryrefslogtreecommitdiff
path: root/href_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-12-20 22:31:36 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-12-20 22:31:36 +0100
commit427c69ac5540e7dff4ab5e1bff9f974408f7b843 (patch)
tree50ab572ed104f3188fb0300471c328b212b21ace /href_test.go
parentaf9d52576e6d3fc5fc2d3483a479de4618f3e0c9 (diff)
Remove reddit hack
Diffstat (limited to 'href_test.go')
-rw-r--r--href_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/href_test.go b/href_test.go
index f16795e..0538cb9 100644
--- a/href_test.go
+++ b/href_test.go
@@ -24,10 +24,6 @@ var titleTestData = []titleTest{
URL: `http://undeadly.org`,
Title: `OpenBSD Journal: A resource for the OpenBSD community`,
},
- {
- URL: `https://www.reddit.com/r/nsfw`,
- Title: `nsfw`,
- },
}
func TestTitle(t *testing.T) {