Skip to content

Commit

Permalink
fix test nit
Browse files Browse the repository at this point in the history
  • Loading branch information
James Snewin committed Oct 25, 2024
1 parent 28fee66 commit 083d169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc-types-eth/src/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ mod tests {
let hash = block.header.hash.clone();
let rlp = Bytes::from("header");

let bad_block = BadBlock { block, hash, rlp: rlp.into() };
let bad_block = BadBlock { block, hash, rlp };

let serialized = serde_json::to_string(&bad_block).unwrap();
assert_eq!(
Expand Down

0 comments on commit 083d169

Please sign in to comment.