From ac09b11fe929aabc503e004151ef41c22e6be5b5 Mon Sep 17 00:00:00 2001
From: Daniel Czerwonk <daniel@dan-nrw.de>
Date: Sat, 21 Jul 2018 11:38:15 +0200
Subject: [PATCH] fixed typo

---
 protocols/bgp/packet/path_attributes_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocols/bgp/packet/path_attributes_test.go b/protocols/bgp/packet/path_attributes_test.go
index 14ce9c20..762d604d 100644
--- a/protocols/bgp/packet/path_attributes_test.go
+++ b/protocols/bgp/packet/path_attributes_test.go
@@ -1051,7 +1051,7 @@ func TestDecodeMultiProtocolUnreachNLRI(t *testing.T) {
 			wantFail: true,
 		},
 		{
-			name: "MP_REACH_NLRI with invalid prefixes",
+			name: "MP_UNREACH_NLRI with invalid prefixes",
 			input: []byte{
 				0x00, 0x02, // AFI
 				0x01,                   // SAFI
-- 
GitLab