From 4a9f755b13cce5d9106d97be54cbadc50d7e800c Mon Sep 17 00:00:00 2001 From: Bethuel Mmbaga Date: Mon, 21 Oct 2024 19:02:05 +0300 Subject: [PATCH] Update management/server/route_test.go Co-authored-by: Maycon Santos --- management/server/route_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/server/route_test.go b/management/server/route_test.go index 69f43bdcb..ef0503d45 100644 --- a/management/server/route_test.go +++ b/management/server/route_test.go @@ -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}