@@ -444,7 +444,7 @@ func TestChannelLinkSingleHopPayment(t *testing.T) {
444444 t .Parallel ()
445445
446446 // Setup a alice-bob network.
447- alice , bob , err := createTwoClusterChannels (
447+ alice , bob , err := createMirroredChannel (
448448 t , btcutil .SatoshiPerBitcoin * 3 , btcutil .SatoshiPerBitcoin * 5 ,
449449 )
450450 require .NoError (t , err , "unable to create channel" )
@@ -6318,7 +6318,7 @@ func TestChannelLinkCanceledInvoice(t *testing.T) {
63186318 t .Parallel ()
63196319
63206320 // Setup a alice-bob network.
6321- alice , bob , err := createTwoClusterChannels (
6321+ alice , bob , err := createMirroredChannel (
63226322 t , btcutil .SatoshiPerBitcoin * 3 , btcutil .SatoshiPerBitcoin * 5 ,
63236323 )
63246324 require .NoError (t , err , "unable to create channel" )
@@ -6374,7 +6374,7 @@ type hodlInvoiceTestCtx struct {
63746374
63756375func newHodlInvoiceTestCtx (t * testing.T ) (* hodlInvoiceTestCtx , error ) {
63766376 // Setup a alice-bob network.
6377- alice , bob , err := createTwoClusterChannels (
6377+ alice , bob , err := createMirroredChannel (
63786378 t , btcutil .SatoshiPerBitcoin * 3 , btcutil .SatoshiPerBitcoin * 5 ,
63796379 )
63806380 require .NoError (t , err , "unable to create channel" )
0 commit comments