We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010df36 commit d75d5cfCopy full SHA for d75d5cf
1 file changed
tests/integration_tests_rust.rs
@@ -1275,7 +1275,7 @@ fn generate_bip21_uri() {
1275
}
1276
1277
#[tokio::test(flavor = "multi_thread")]
1278
-async fn unified_qr_send_receive() {
+async fn unified_send_receive_qr_uri() {
1279
let (bitcoind, electrsd) = setup_bitcoind_and_electrsd();
1280
let chain_source = TestChainSource::Esplora(&electrsd);
1281
@@ -1323,7 +1323,7 @@ async fn unified_qr_send_receive() {
1323
panic!("Expected Bolt12 payment but got Bolt11");
1324
},
1325
Ok(UnifiedPaymentResult::Onchain { txid: _ }) => {
1326
- panic!("Expected Bolt12 payment but get On-chain transaction");
+ panic!("Expected Bolt12 payment but got On-chain transaction");
1327
1328
Err(e) => {
1329
panic!("Expected Bolt12 payment but got error: {:?}", e);
0 commit comments