mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 23:42:54 +02:00
multi: add reset to ForEachNode
This commit is contained in:
@@ -82,6 +82,9 @@ func testGraphMigration(ht *lntest.HarnessTest) {
|
||||
return nil
|
||||
},
|
||||
)
|
||||
}, func() {
|
||||
clear(edges)
|
||||
numNodes = 0
|
||||
})
|
||||
require.NoError(ht, err)
|
||||
require.Equal(ht, expNumNodes, numNodes)
|
||||
|
Reference in New Issue
Block a user