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() {
12751275}
12761276
12771277#[ tokio:: test( flavor = "multi_thread" ) ]
1278- async fn unified_qr_send_receive ( ) {
1278+ async fn unified_send_receive_qr_uri ( ) {
12791279 let ( bitcoind, electrsd) = setup_bitcoind_and_electrsd ( ) ;
12801280 let chain_source = TestChainSource :: Esplora ( & electrsd) ;
12811281
@@ -1323,7 +1323,7 @@ async fn unified_qr_send_receive() {
13231323 panic ! ( "Expected Bolt12 payment but got Bolt11" ) ;
13241324 } ,
13251325 Ok ( UnifiedPaymentResult :: Onchain { txid : _ } ) => {
1326- panic ! ( "Expected Bolt12 payment but get On-chain transaction" ) ;
1326+ panic ! ( "Expected Bolt12 payment but got On-chain transaction" ) ;
13271327 } ,
13281328 Err ( e) => {
13291329 panic ! ( "Expected Bolt12 payment but got error: {:?}" , e) ;
You can’t perform that action at this time.
0 commit comments