summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-04-05 14:41:19 +0300
committerGrail Finder (aider) <wohilas@gmail.com>2025-04-05 14:41:19 +0300
commitbe4b305e4ee83fba5638e4a24fdc6de9808eb4e9 (patch)
treebd5fa678f75aa2b86c5cb3103db14332582f7324
parent9318da8d804848c327ff0a76dc044fd2106fe566 (diff)
test: add fmt import to handlers_test.go
-rw-r--r--internal/handlers/handlers_test.go1
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"