discovery: add tests for for async timestamp range queue

This commit is contained in:
Olaoluwa Osuntokun
2025-07-21 12:20:30 -05:00
parent ed717a120a
commit 5fcd33c50c
2 changed files with 446 additions and 0 deletions

View File

@@ -217,6 +217,7 @@ func newTestSyncer(hID lnwire.ShortChannelID,
},
markGraphSynced: func() {},
maxQueryChanRangeReplies: maxQueryChanRangeReplies,
timestampQueueSize: 10,
}
syncerSema := make(chan struct{}, 1)