Skip to content

Commit

Permalink
Fixed a test that was not matching the test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jun 20, 2024
1 parent a4a8d87 commit c70eaeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copper_log_reader/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ mod tests {

#[test]
fn test_extract_low_level_copper_log() {
let entry = CuLogEntry::new(5);
let entry = CuLogEntry::new(3);
let bytes = bincode::encode_to_vec(&entry, standard()).unwrap();
let reader = Cursor::new(bytes.as_slice());
full_log_dump(reader, Path::new("test/copper_log_index"));
Expand Down
Binary file modified copper_log_reader/test/copper_log_index/lock.mdb
Binary file not shown.

0 comments on commit c70eaeb

Please sign in to comment.