IBM / BluePic

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.

Home Page:https://developer.ibm.com/code/patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test cases may crash because when unwrapping optional.

rolivieri opened this issue · comments

Though we should definitely fail the test case, we should check if the value is nil, and if so, then mark it as a failure (instead of the test cases crashing).