79662028

Date: 2025-06-11 12:58:47
Score: 0.5
Natty:
Report link

This was happening because of the way we were mocking errors.

Old code:

mockBizService.errorResult = NSError()

New code:

mockBizService.errorResult = NSError(domain: "com.biz.test", code: 0, userInfo: nil)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: ratbum