Skip to content

Commit

Permalink
fix expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 7, 2025
1 parent 1306e43 commit 826bf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transfers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ fn rbf_transfer() {

#[rstest]
#[should_panic(
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)"
)]
#[case(TransferType::Blinded)]
#[case(TransferType::Witness)]
Expand Down

0 comments on commit 826bf64

Please sign in to comment.