From 67508c1f17d497d7790ddab7d1a6d62fa55aacc3 Mon Sep 17 00:00:00 2001 From: QuantumEntangledAndy Date: Fri, 26 Apr 2024 11:16:07 +0700 Subject: [PATCH] Fix the test_enc3_extension test --- crates/core/src/bc/xml.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/core/src/bc/xml.rs b/crates/core/src/bc/xml.rs index f01ce1d4..f6dfc607 100644 --- a/crates/core/src/bc/xml.rs +++ b/crates/core/src/bc/xml.rs @@ -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), ..