Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Sep 19, 2023
1 parent d2efca6 commit 217b21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-types/src/eth/engine/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,6 @@ mod tests {
// ensure that deserializing this (it includes blob fields) fails
let payload_res: Result<ExecutionPayloadInputV2, serde_json::Error> =
serde_json::from_str(input);
assert_eq!(payload_res.is_err(), true);
assert!(payload_res.is_err());
}
}

0 comments on commit 217b21e

Please sign in to comment.