Skip to content

Commit

Permalink
Fix the test_enc3_extension test
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed Apr 26, 2024
1 parent e85e8f4 commit 67508c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/bc/xml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,6 @@ fn test_enc3_extension() {
let b = Extension::try_parse(sample.as_bytes()).unwrap();
match b {
Extension {
encrypt_len: Some(1024),
check_pos: Some(0),
check_value: Some(-1211658),
..
Expand Down

0 comments on commit 67508c1

Please sign in to comment.