Skip to content

Commit

Permalink
Refactor / cleanup tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 20, 2021
1 parent 1b5f838 commit 768e3c3
Show file tree
Hide file tree
Showing 11 changed files with 245 additions and 296 deletions.
1 change: 1 addition & 0 deletions internal/handlers/common/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const (

ErrBadValue = ErrorCode(2) // BadValue
ErrNamespaceNotFound = ErrorCode(26) // NamespaceNotFound
ErrNamespaceExists = ErrorCode(48) // NamespaceExists
ErrCommandNotFound = ErrorCode(59) // CommandNotFound
ErrNotImplemented = ErrorCode(238) // NotImplemented
ErrRegexOptions = ErrorCode(51075) // Location51075
Expand Down
16 changes: 10 additions & 6 deletions internal/handlers/common/errorcode_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 768e3c3

Please sign in to comment.