MarvinJWendt/testza

Improve output of `AssertNotNil`

MarvinJWendt opened this issue · 0 comments

Currently, it shows the object, which is redundant, as the object is expected to not be nil. So if the test fails, it's always nil.

image