multi: address linter issues

This commit is contained in:
Elle Mouton
2023-11-08 11:40:20 +02:00
parent 84cdcd6847
commit 0e82293e45
8 changed files with 82 additions and 56 deletions

View File

@@ -471,6 +471,7 @@ func TestEdgeUpdateNotification(t *testing.T) {
assertEdgeCorrect := func(t *testing.T, edgeUpdate *ChannelEdgeUpdate,
edgeAnn *models.ChannelEdgePolicy) {
if edgeUpdate.ChanID != edgeAnn.ChannelID {
t.Fatalf("channel ID of edge doesn't match: "+
"expected %v, got %v", chanID.ToUint64(), edgeUpdate.ChanID)