Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 30, 2024
1 parent ec53586 commit 8d82d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/src/types/enr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mod tests {
use alloy::primitives::{bytes, Bytes};

#[test]
fn rountrip_op_stack_enr() {
fn roundtrip_op_stack_enr() {
arbtest::arbtest(|u| {
let op_stack_enr = OpStackEnr::new(u.arbitrary()?, 0);
let bytes = alloy_rlp::encode(op_stack_enr).to_vec();
Expand Down

0 comments on commit 8d82d3f

Please sign in to comment.