From 08e44ed778d14b732510927a488dfc40f3424cb2 Mon Sep 17 00:00:00 2001
From: Oliver Herms <oliver.herms@exaring.de>
Date: Thu, 18 Oct 2018 16:03:58 +0200
Subject: [PATCH] Cleanup

---
 routingtable/adjRIBIn/adj_rib_in_test.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/routingtable/adjRIBIn/adj_rib_in_test.go b/routingtable/adjRIBIn/adj_rib_in_test.go
index 566939e0..76bbc90d 100644
--- a/routingtable/adjRIBIn/adj_rib_in_test.go
+++ b/routingtable/adjRIBIn/adj_rib_in_test.go
@@ -222,7 +222,7 @@ func TestRemovePath(t *testing.T) {
 			},
 			wantPropagation: true,
 		},
-		/*{
+		{
 			name: "Remove an existing route",
 			routes: []*route.Route{
 				route.NewRoute(net.NewPfx(net.IPv4FromOctets(10, 0, 0, 0), 8), &route.Path{
@@ -283,7 +283,7 @@ func TestRemovePath(t *testing.T) {
 				}),
 			},
 			wantPropagation: false,
-		},*/
+		},
 	}
 
 	for _, test := range tests {
-- 
GitLab