graph/db+sqldb: implement HasChannelEdge and ChannelID

And run `TestEdgeInfoUpdates` against our SQL backends.
This commit is contained in:
Elle Mouton
2025-06-11 17:20:44 +02:00
parent 4fad4a7023
commit 13bf6a549f
5 changed files with 220 additions and 1 deletions

View File

@@ -812,7 +812,7 @@ func TestEdgeInfoUpdates(t *testing.T) {
t.Parallel()
ctx := context.Background()
graph := MakeTestGraph(t)
graph := MakeTestGraphNew(t)
// We'd like to test the update of edges inserted into the database, so
// we create two vertexes to connect.