Skip to content

Use `ShouldBeNil` for test assertions

Cecylia Bocovich requested to merge mr-origin-165 into main

The update to goconvery was throwing an error because the nil value returned by a function was typed. Using the ShouldBeNil assertion avoids this issue.

Merge request reports