Skip to content

Commit

Permalink
Fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Oct 14, 2024
1 parent 023adbb commit fe76c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/handler/constant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit fe76c65

Please sign in to comment.