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:02:05 +03:00 committed by GitHub
parent f891959d64
commit 4a9f755b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1908,7 +1908,7 @@ func TestRouteAccountPeersUpdate(t *testing.T) {
}
})
// Updating the route should update account peers and send peer update
// Updating the route should update account peers and send peer update when there is peers in group
t.Run("updating route", func(t *testing.T) {
baseRoute.Groups = []string{routeGroup1, routeGroup2}