summaryrefslogtreecommitdiff
path: root/js_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'js_test.go')
-rw-r--r--js_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/js_test.go b/js_test.go
index 3dd2873..d1010b9 100644
--- a/js_test.go
+++ b/js_test.go
@@ -7,8 +7,7 @@ package flyscrape_test
import (
"testing"
- "flyscrape"
-
+ "github.com/philippta/flyscrape"
"github.com/stretchr/testify/require"
)