From f5d6ceb037636f288c3a5654fc5e1b4d5c29cccc Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Wed, 11 Oct 2023 17:17:12 +0300
Subject: [PATCH] fix name

---
 pkg/extension/action_handler_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/extension/action_handler_test.go b/pkg/extension/action_handler_test.go
index 4f707c39..c73a3b87 100644
--- a/pkg/extension/action_handler_test.go
+++ b/pkg/extension/action_handler_test.go
@@ -8,7 +8,7 @@ import (
 	"github.com/stretchr/testify/require"
 )
 
-func TestChain(t *testing.T) {
+func TestActionHandler(t *testing.T) {
 	tests := []struct {
 		name    string
 		request *ActionRequest
-- 
GitLab