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
parent a6dc54c21a
commit 5df1973caf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1800,7 +1800,7 @@ func TestRouteAccountPeersUpdate(t *testing.T) {
manager.peersUpdateManager.CloseChannel(context.Background(), peer1ID) 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) { t.Run("creating route no routing peer and no peers in groups", func(t *testing.T) {
route := route.Route{ route := route.Route{
ID: "testingRoute1", ID: "testingRoute1",