Code Smell 203 - Irrelevant Test Information
TL;DR: Don't add unnecessary information to your assertions
Problems
Readability
Maintainability
Solutions
Remove irrelevant data
Leave only the needed assertions
Context
Tests should be minimal and follow the SetUp/Exercise/Assert pattern...
maximilianocontieri.com2 min read