Update management/server/route_test.go

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
Bethuel Mmbaga
2024-10-21 19:01:17 +03:00
committed by GitHub
co-authored by Maycon Santos
parent a6dc54c21a
commit 5df1973caf
+1 -1
View File
@@ -1800,7 +1800,7 @@ func TestRouteAccountPeersUpdate(t *testing.T) {
manager.peersUpdateManager.CloseChannel(context.Background(), peer1ID)
})
// Creating route no routing peer and no peers groups should not update account peers and not send peer update
// Creating a route with no routing peer and no peers in PeerGroups or Groups should not update account peers and not send peer update
t.Run("creating route no routing peer and no peers in groups", func(t *testing.T) {
route := route.Route{
ID: "testingRoute1",