Skip to content

Commit 981bf40

Browse files
committed
Improve test expect message
1 parent ea6377a commit 981bf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/tests/wallet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ fn wallet__send_to_address__modelled() {
561561
#[test]
562562
fn wallet__set_tx_fee() {
563563
let node = Node::with_wallet(Wallet::Default, &[]);
564-
let fee_rate = FeeRate::from_sat_per_vb(2).expect("fee_rate");
564+
let fee_rate = FeeRate::from_sat_per_vb(2).expect("2 sat/vb is valid");
565565

566566
let json: SetTxFee = node.client.set_tx_fee(fee_rate).expect("settxfee");
567567
assert!(json.0);

0 commit comments

Comments
 (0)