MarvinJWendt / testza

Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
MIT License
417 stars 21 forks source link

Fix output of `AssertNotKindOf` #122

Closed MarvinJWendt closed 2 years ago

MarvinJWendt commented 2 years ago

Current

image

Expected

The output objects should be renamed. Currently, it says that it expects something to be a kind, but actually it expects the object to not be of that kind.