Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrolo committed Oct 16, 2023
1 parent 5dee1d2 commit e0771ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brro-compressor/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ mod tests {
let mut cs = CompressedStream::new();
cs.compress_chunk_with(&vector1, Compressor::Constant);
let b = cs.to_bytes();
assert_eq!(b, [66, 82, 82, 79, 0, 1, 37, 0, 3, 3, 0, 2, 0]);
assert_eq!(b, [66, 82, 82, 79, 0, 1, 41, 251, 0, 4, 3, 3, 0, 2, 0]);
}

#[test]
Expand Down

0 comments on commit e0771ea

Please sign in to comment.