[Feature] Replace assert_eq!
with similar_asserts::assert_eq!
#1362
Labels
debt
Tech debt which needs to be addressed
enhancement
New feature or request
good first issue
Good for newcomers
Component
other
Describe the feature you would like
similar_asserts::assert_eq!
highlights the exact differences between test subjects. This is incredibly helpful while debugging tests OR when we have to change test suites due to a breaking change e.g. #1358Additional context
No response
The text was updated successfully, but these errors were encountered: