File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1275,7 +1275,7 @@ fn generate_bip21_uri() {
1275
1275
}
1276
1276
1277
1277
#[ tokio:: test( flavor = "multi_thread" ) ]
1278
- async fn unified_qr_send_receive ( ) {
1278
+ async fn unified_send_receive_qr_uri ( ) {
1279
1279
let ( bitcoind, electrsd) = setup_bitcoind_and_electrsd ( ) ;
1280
1280
let chain_source = TestChainSource :: Esplora ( & electrsd) ;
1281
1281
@@ -1323,7 +1323,7 @@ async fn unified_qr_send_receive() {
1323
1323
panic ! ( "Expected Bolt12 payment but got Bolt11" ) ;
1324
1324
} ,
1325
1325
Ok ( UnifiedPaymentResult :: Onchain { txid : _ } ) => {
1326
- panic ! ( "Expected Bolt12 payment but get On-chain transaction" ) ;
1326
+ panic ! ( "Expected Bolt12 payment but got On-chain transaction" ) ;
1327
1327
} ,
1328
1328
Err ( e) => {
1329
1329
panic ! ( "Expected Bolt12 payment but got error: {:?}" , e) ;
You can’t perform that action at this time.
0 commit comments