We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1306e43 commit c1c93f1Copy full SHA for c1c93f1
tests/transfers.rs
@@ -510,9 +510,12 @@ fn rbf_transfer() {
510
511
#[rstest]
512
#[should_panic(
513
- expected = "the invoice requirements can't be fulfilled using available assets or smart contract state."
+ expected = "called `Result::unwrap()` on an `Err` value: Composition(InsufficientState)"
514
)]
515
#[case(TransferType::Blinded)]
516
+#[should_panic(
517
518
+)]
519
#[case(TransferType::Witness)]
520
fn same_transfer_twice_no_update_witnesses(#[case] transfer_type: TransferType) {
521
println!("transfer_type {transfer_type:?}");
0 commit comments