diff options
Diffstat (limited to 'client/client_test.go')
-rw-r--r-- | client/client_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client_test.go b/client/client_test.go index 9825f91b..3f07a6ad 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -30,7 +30,7 @@ func TestGetNeighbor(test *testing.T) { go s.Serve() g := api.NewGrpcServer(s, ":50051") go g.Serve() - cli, err := NewGoBGPClient("") + cli, err := New("") err = cli.StartServer(&config.Global{ Config: config.GlobalConfig{ As: 1, |