From ccf6ba1ca07799b4a0214c242c06a951054b9ec9 Mon Sep 17 00:00:00 2001
From: Oliver Herms <oliver.herms@exaring.de>
Date: Wed, 27 Jun 2018 17:01:29 +0100
Subject: [PATCH] Fxing comment

---
 protocols/bgp/packet/path_attributes_test.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/protocols/bgp/packet/path_attributes_test.go b/protocols/bgp/packet/path_attributes_test.go
index 1077e166..ec1b8075 100644
--- a/protocols/bgp/packet/path_attributes_test.go
+++ b/protocols/bgp/packet/path_attributes_test.go
@@ -1586,7 +1586,7 @@ func TestSerializeAddPath(t *testing.T) {
 		expected []byte
 		wantFail bool
 	}{
-		/*{
+		{
 			name: "Withdraw only",
 			msg: &BGPUpdate{
 				WithdrawnRoutes: &NLRI{
@@ -1645,7 +1645,7 @@ func TestSerializeAddPath(t *testing.T) {
 				1,  // Length
 				0,  // Value
 			},
-		},*/
+		},
 		{
 			name: "Full test",
 			msg: &BGPUpdate{
-- 
GitLab