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 a986689 commit 85e2a81Copy full SHA for 85e2a81
src/reserves.rs
@@ -353,7 +353,7 @@ mod test {
353
}
354
355
#[test]
356
- #[should_panic(expected = "Descriptor(Miniscript(Unexpected(\"Key too short")]
+ #[should_panic(expected = "Descriptor(Miniscript(Unexpected(\"unexpected «Key too short (<66 char), doesn't match any format»\")))")]
357
fn invalid_descriptor() {
358
let descriptor = "wpkh(cVpPVqXRyPcFW)";
359
let (wallet, _, _) = get_funded_wallet(descriptor);
0 commit comments