alloy
alloy copied to clipboard
Replace assert_eq! with similar_asserts::assert_eq! (serde json)
Motivation
similar_asserts::assert_eq! highlights the exact differences between test subjects
Solution
Use similar_asserts for serde JSON comparison in rpc crates Closes #1362
PR Checklist
- [ ] Added Tests
- [ ] Added Documentation
- [ ] Breaking changes