From da612387e26d15c5ce5a39e750ebe280302a00d7 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 21 Oct 2023 23:45:51 +0200 Subject: [PATCH] formatting --- server/backend/cron/movie_parsers/tufilm_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" )