Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 28, 2024
1 parent befed9e commit c1bbc35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1666,8 +1666,8 @@ mod tests {
assert_eq!(
bess_core.io_registers,
[
63, 0, 0, 255, 0, 0, 0, 248, 255, 255, 255, 255, 255, 255, 255, 224, 128, 63, 0,
255, 191, 255, 63, 0, 255, 191, 127, 255, 159, 255, 191, 255, 255, 0, 0, 191, 0, 0,
63, 0, 0, 255, 0, 0, 0, 248, 255, 255, 255, 255, 255, 255, 255, 224, 128, 0, 0,
255, 191, 255, 63, 0, 255, 191, 127, 255, 159, 255, 191, 255, 0, 0, 0, 191, 0, 0,
240, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 126, 255, 254, 0, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
Expand Down Expand Up @@ -1717,7 +1717,7 @@ mod tests {
let encoded = encode_zippy(&data).unwrap();
let decoded = decode_zippy(&encoded).unwrap();
assert_eq!(data, decoded);
assert_eq!(encoded.len(), 811);
assert_eq!(encoded.len(), 810);
assert_eq!(decoded.len(), 25154);
}
}

0 comments on commit c1bbc35

Please sign in to comment.