alloy icon indicating copy to clipboard operation
alloy copied to clipboard

Replace assert_eq! with similar_asserts::assert_eq! (serde json)

Open 0xriazaka opened this issue 4 months ago • 0 comments

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

0xriazaka avatar Oct 04 '24 22:10 0xriazaka