mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 14:17:56 +01:00
graph: fix flake in unit test
This commit is contained in:
@@ -582,7 +582,7 @@ func TestDisconnectedBlocks(t *testing.T) {
|
||||
// TestChansClosedOfflinePruneGraph tests that if channels we know of are
|
||||
// closed while we're offline, then once we resume operation of the
|
||||
// ChannelRouter, then the channels are properly pruned.
|
||||
func TestRouterChansClosedOfflinePruneGraph(t *testing.T) {
|
||||
func TestChansClosedOfflinePruneGraph(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
const startingBlockHeight = 101
|
||||
|
||||
Reference in New Issue
Block a user