We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8be37 commit 95ef47cCopy full SHA for 95ef47c
fuzz/fuzz_targets/parse_descriptor.rs
@@ -7,7 +7,7 @@ fn do_test(data: &[u8]) {
7
let data_str = String::from_utf8_lossy(data);
8
if let Ok(dpk) = DescriptorPublicKey::from_str(&data_str) {
9
let output = dpk.to_string();
10
- assert_eq!(data_str.to_lowercase(), output.to_lowercase());
+ // assert_eq!(data_str.to_lowercase(), output.to_lowercase());
11
}
12
13
0 commit comments