diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-29 19:02:10 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-29 19:02:10 +0200 |
| commit | d6f3ca94c3abf71f113dc8b7614318107736b980 (patch) | |
| tree | 09b45ed65f04df9a327b3a6beb169516f34f4760 /watch_test.go | |
| parent | e8feea22a4803dbd19224f48e8beaab458cf387f (diff) | |
update imports
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" ) |