summaryrefslogtreecommitdiff
path: root/fetch_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'fetch_test.go')
-rw-r--r--fetch_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/fetch_test.go b/fetch_test.go
index 5ee0222..041ade2 100644
--- a/fetch_test.go
+++ b/fetch_test.go
@@ -5,8 +5,7 @@ import (
"net/http/httptest"
"testing"
- "flyscrape"
-
+ "github.com/philippta/flyscrape"
"github.com/stretchr/testify/require"
)