From 5eae161d02c23d97d032d33be5ab66a25fd31efe Mon Sep 17 00:00:00 2001
From: Daniel Czerwonk <czerwonk@users.noreply.github.com>
Date: Fri, 1 Jun 2018 07:51:54 +0200
Subject: [PATCH] Update path_attributes_test.go

fixed test name
---
 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 9d2b8a19..47e00b35 100644
--- a/protocols/bgp/packet/path_attributes_test.go
+++ b/protocols/bgp/packet/path_attributes_test.go
@@ -724,7 +724,7 @@ func TestSetLength(t *testing.T) {
 	}
 }
 
-func TestRead4BytesAsUint32(t *testing.T) {
+func TestDecodeUint32(t *testing.T) {
 	tests := []struct {
 		name           string
 		input          []byte
-- 
GitLab