Skip to content

Commit

Permalink
Fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Nov 4, 2024
1 parent c48f9fa commit c2eb5f7
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, 76)
s.Require().Len(enums.Status, 2)
s.Require().Len(enums.Categories, 4)
s.Require().Len(enums.Categories, 5)
}

0 comments on commit c2eb5f7

Please sign in to comment.