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 942019a commit ef97de6Copy full SHA for ef97de6
routing/integrated_routing_test.go
@@ -270,7 +270,6 @@ func TestBadFirstHopHint(t *testing.T) {
270
// TestMppSend tests that a payment can be completed using multiple shards.
271
func TestMppSend(t *testing.T) {
272
for _, testCase := range mppTestCases {
273
-
274
t.Run(testCase.name, func(t *testing.T) {
275
testMppSend(t, &testCase)
276
})
0 commit comments