Skip to content

Commit

Permalink
Updates test value
Browse files Browse the repository at this point in the history
Not sure why this increased, but I'm assuming that its related to path
enumeration and is a positive change.
  • Loading branch information
dgmcdona committed Dec 21, 2024
1 parent 4a4b417 commit 1b309b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/big_sur_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ fn test_parse_all_persist_logs_with_network_big_sur() {
assert_eq!(error_type, 215);
assert_eq!(create_type, 687);
assert_eq!(state_simple_dump, 34);
assert_eq!(signpost, 37);
assert_eq!(signpost, 62);
}

#[test]
Expand Down

0 comments on commit 1b309b2

Please sign in to comment.