Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace assert_eq! with similar_asserts::assert_eq! #1429

Merged
merged 4 commits into from
Oct 7, 2024

Conversation

0xriazaka
Copy link
Contributor

Motivation

similar_asserts::assert_eq! highlights the exact differences between test subjects
Closes #1362

Solution

Replace assert_eq! with similar_asserts::assert_eq! on the "other" component

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

crates/serde/Cargo.toml Outdated Show resolved Hide resolved
@mattsse
Copy link
Member

mattsse commented Oct 3, 2024

we def also want this in more tests in the rpc crates

@0xriazaka
Copy link
Contributor Author

Sure will do that > we def also want this in more tests in the rpc crates

mattsse
mattsse previously requested changes Oct 4, 2024
crates/rpc-client/src/builtin.rs Outdated Show resolved Hide resolved
@0xriazaka
Copy link
Contributor Author

resolved #1433 (comment)

@0xriazaka 0xriazaka requested a review from mattsse October 7, 2024 03:52
Copy link
Member

@DaniPopes DaniPopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@DaniPopes DaniPopes enabled auto-merge (squash) October 7, 2024 12:53
@DaniPopes DaniPopes merged commit ef629fc into alloy-rs:main Oct 7, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Replace assert_eq! with similar_asserts::assert_eq!
3 participants