diff options
author | Grail Finder <wohilas@gmail.com> | 2025-04-05 14:41:19 +0300 |
---|---|---|
committer | Grail Finder (aider) <wohilas@gmail.com> | 2025-04-05 14:41:19 +0300 |
commit | be4b305e4ee83fba5638e4a24fdc6de9808eb4e9 (patch) | |
tree | bd5fa678f75aa2b86c5cb3103db14332582f7324 | |
parent | 9318da8d804848c327ff0a76dc044fd2106fe566 (diff) |
test: add fmt import to handlers_test.go
-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" |