diff options
-rw-r--r-- | internal/handlers/handlers_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/handlers/handlers_test.go b/internal/handlers/handlers_test.go index eef9f85..d177239 100644 --- a/internal/handlers/handlers_test.go +++ b/internal/handlers/handlers_test.go @@ -1,6 +1,7 @@ package handlers import ( + "fmt" "testing" "github.com/playwright-community/playwright-go" |