diff options
Diffstat (limited to 'watch_test.go')
| -rw-r--r-- | watch_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/watch_test.go b/watch_test.go index c9ee28f..539ad3b 100644 --- a/watch_test.go +++ b/watch_test.go @@ -10,8 +10,7 @@ import ( "testing" "time" - "flyscrape" - + "github.com/philippta/flyscrape" "github.com/stretchr/testify/require" ) |