summaryrefslogtreecommitdiff
path: root/internal/links/fetch_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/links/fetch_test.go')
-rw-r--r--internal/links/fetch_test.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/internal/links/fetch_test.go b/internal/links/fetch_test.go
deleted file mode 100644
index 5d873a6..0000000
--- a/internal/links/fetch_test.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package links
-
-import "testing"
-
-func TestFetch(t *testing.T) {
- _, err := fetch("http://example.com", 2)
- if err != nil {
- t.Error(err)
- }
-}