Skip to content

Commit

Permalink
Fix test failure in ipr request size that suddenly appeared
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Sep 8, 2024
1 parent b7baff1 commit c416016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ip-packet-requests/src/v7/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ mod tests {
}
),
};
assert_eq!(connect.to_bytes().unwrap().len(), 139);
assert_eq!(connect.to_bytes().unwrap().len(), 141);
}

#[test]
Expand Down

0 comments on commit c416016

Please sign in to comment.