mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
server: fix unit test
somehow travis-ci didn't catch Signed-off-by: FUJITA Tomonori <[email protected]>
This commit is contained in:
+1
-1
@@ -291,7 +291,7 @@ func TestFSMHandlerEstablished_HoldtimeZero(t *testing.T) {
|
||||
func makePeerAndHandler() (*Peer, *FSMHandler) {
|
||||
p := &Peer{
|
||||
fsm: NewFSM(&config.Global{}, &config.Neighbor{}, table.NewRoutingPolicy()),
|
||||
outgoing: make(chan *FsmOutgoingMsg, 4096),
|
||||
outgoing: channels.NewInfiniteChannel(),
|
||||
}
|
||||
|
||||
h := &FSMHandler{
|
||||
|
||||
Reference in New Issue
Block a user