We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46dea5 commit 5aa2a03Copy full SHA for 5aa2a03
itest/litd_custom_channels_test.go
@@ -381,9 +381,9 @@ func testCustomChannels(_ context.Context, net *NetworkHarness,
381
universeTap, true, true,
382
)
383
384
- t.Logf("Closing Dave -> Yara channel")
+ t.Logf("Closing Dave -> Yara channel, close initiated by Yara")
385
closeAssetChannelAndAssert(
386
- t, net, dave, yara, daveChanPoint, assetID, nil,
+ t, net, yara, dave, daveChanPoint, assetID, nil,
387
universeTap, false, true,
388
389
@@ -776,9 +776,9 @@ func testCustomChannelsGroupedAsset(_ context.Context, net *NetworkHarness,
776
777
778
779
780
781
- t, net, dave, yara, daveChanPoint, assetID, groupID,
+ t, net, yara, dave, daveChanPoint, assetID, groupID,
782
783
784
0 commit comments