diff --git a/server/backend/cron/movie_parsers/tufilm_test.go b/server/backend/cron/movie_parsers/tufilm_test.go index 7e4562a2..ee30dc81 100644 --- a/server/backend/cron/movie_parsers/tufilm_test.go +++ b/server/backend/cron/movie_parsers/tufilm_test.go @@ -3,10 +3,11 @@ package movie_parsers import ( _ "embed" "fmt" - "github.com/guregu/null" "strings" "testing" + "github.com/guregu/null" + "github.com/PuerkitoBio/goquery" "github.com/stretchr/testify/require" )