We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compile_descriptor
2 parents 51d66d1 + 67ac55c commit 9ea094cCopy full SHA for 9ea094c
fuzz/fuzz_targets/compile_descriptor.rs
@@ -15,7 +15,7 @@ fn do_test(data: &[u8]) {
15
// Compile
16
if let Ok(desc) = pol.compile::<Segwitv0>() {
17
// Lift
18
- assert_eq!(desc.clone().lift().unwrap(), pol.clone().lift().unwrap());
+ assert_eq!(desc.clone().lift().unwrap().sorted(), pol.clone().lift().unwrap().sorted());
19
// Try to roundtrip the output of the compiler
20
let output = desc.to_string();
21
if let Ok(desc) = DummyScript::from_str(&output) {
0 commit comments