From e67d320e79d5eb52694b2718f20d5eca819e768a Mon Sep 17 00:00:00 2001
From: Oliver Herms <oliver.herms@exaring.de>
Date: Tue, 26 Jun 2018 16:30:38 +0100
Subject: [PATCH] Adding test

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

diff --git a/protocols/bgp/server/fsm_test.go b/protocols/bgp/server/fsm_test.go
index 7c0646f1..1382af03 100644
--- a/protocols/bgp/server/fsm_test.go
+++ b/protocols/bgp/server/fsm_test.go
@@ -13,7 +13,7 @@ import (
 )
 
 // TestFSM100Updates emulates receiving 100 BGP updates and withdraws. Checks route counts.
-func TestFSM100Updates2(t *testing.T) {
+func TestFSM100Updates(t *testing.T) {
 	fsmA := newFSM2(&peer{
 		addr:         net.ParseIP("169.254.100.100"),
 		rib:          locRIB.New(),
-- 
GitLab