Use `ShouldBeNil` for test assertions
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.
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.