Skip to content

Commit

Permalink
Updates monterey test value
Browse files Browse the repository at this point in the history
Another test value that needed a bump after incorporating changes.
  • Loading branch information
dgmcdona committed Dec 21, 2024
1 parent 1b309b2 commit f67baa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monterey_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fn test_parse_all_logs_monterey() {
);
log_data_vec.append(&mut data);
}
assert_eq!(log_data_vec.len(), 2299798);
assert_eq!(log_data_vec.len(), 2397109);

let mut unknown_strings = 0;
let mut invalid_offsets = 0;
Expand Down

0 comments on commit f67baa1

Please sign in to comment.