Skip to content

Commit

Permalink
make it a 4 !
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Nov 15, 2023
1 parent 221ce2d commit aaaa28b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async fn test_update_group_max_size(max_size: u32, size: u32, new_max_size: u32)
// 303..306: size
// 307..310: max_size
let (front, back) = old_data.split_at(302);
let (_, back) = back.split_at(3);
let (_, back) = back.split_at(4);
let size_bytes = size.to_le_bytes();
let mut bytes = vec![];
bytes.extend_from_slice(front);
Expand Down

0 comments on commit aaaa28b

Please sign in to comment.