socialpredict icon indicating copy to clipboard operation
socialpredict copied to clipboard

Add test for httperror.go

Open ajlacey opened this issue 6 months ago • 0 comments

backend/errors/httperror.go does not have test coverage.

Add test coverage for the HandleHTTPError function should cover the cases:

  • err is nil
  • err is not nil

this function is used in positionshandler.go

ajlacey avatar Aug 16 '24 02:08 ajlacey