From 66447b4ce7d5fc5c6450cf62ba66795ce3eabff3 Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk <czerwonk@users.noreply.github.com> Date: Mon, 23 Jul 2018 21:51:58 +0200 Subject: [PATCH] Update fsm_test.go --- protocols/bgp/server/fsm_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/bgp/server/fsm_test.go b/protocols/bgp/server/fsm_test.go index 7d040713..5cddf8ae 100644 --- a/protocols/bgp/server/fsm_test.go +++ b/protocols/bgp/server/fsm_test.go @@ -13,8 +13,8 @@ import ( bnet "github.com/bio-routing/bio-rd/net" ) -// TestFSM55UpdatesIPv4 emulates receiving 255 BGP updates and withdraws. Checks route counts. -func TestFSM100UpdatesIPv4(t *testing.T) { +// TestFSM255UpdatesIPv4 emulates receiving 255 BGP updates and withdraws. Checks route counts. +func TestFSM255UpdatesIPv4(t *testing.T) { fsmA := newFSM(&peer{ addr: bnet.IPv4FromOctets(169, 254, 100, 100), routerID: bnet.IPv4FromOctets(1, 1, 1, 1).ToUint32(), -- GitLab