diff options
Diffstat (limited to 'js_test.go')
| -rw-r--r-- | js_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,8 +7,7 @@ package flyscrape_test import ( "testing" - "flyscrape" - + "github.com/philippta/flyscrape" "github.com/stretchr/testify/require" ) |