graph: fix flake in unit test

This commit is contained in:
ziggie
2025-02-10 13:11:35 +01:00
parent 6eb8f1f6e3
commit 6373d84baf
2 changed files with 15 additions and 3 deletions

View File

@@ -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