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

Improve output of `AssertNotEqual` #98

Closed MarvinJWendt closed 2 years ago

MarvinJWendt commented 2 years ago

It currently shows Expected and Actual. In reality, they are meant to be the same. Actual == Expected when the test fails. This doesn't look right and we should consider a new format for this.