From fe76c654b3c3def5c9b828bd53d7daa206dbded3 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 14 Oct 2024 16:20:48 +0300 Subject: [PATCH] Fix: test --- cmd/api/handler/constant_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/api/handler/constant_test.go b/cmd/api/handler/constant_test.go index 31180865..62454172 100644 --- a/cmd/api/handler/constant_test.go +++ b/cmd/api/handler/constant_test.go @@ -63,5 +63,5 @@ func (s *ConstantTestSuite) TestEnums() { s.Require().Len(enums.EventType, 59) s.Require().Len(enums.MessageType, 74) s.Require().Len(enums.Status, 2) - s.Require().Len(enums.Categories, 3) + s.Require().Len(enums.Categories, 4) }