From 86169bf3dc85bd8c0f815b6697de55329d435c5a Mon Sep 17 00:00:00 2001
From: Oliver Herms <oliver.herms@exaring.de>
Date: Wed, 16 May 2018 15:42:00 +0200
Subject: [PATCH] Fixing test

---
 routingtable/client_manager_test.go | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/routingtable/client_manager_test.go b/routingtable/client_manager_test.go
index 674a9a4e..22da0c59 100644
--- a/routingtable/client_manager_test.go
+++ b/routingtable/client_manager_test.go
@@ -22,6 +22,12 @@ func (m MockClient) RemovePath(net.Prefix, *route.Path) bool {
 func (m MockClient) UpdateNewClient(RouteTableClient) error {
 	return nil
 }
+func (m MockClient) Register(RouteTableClient) {
+	return
+}
+func (m MockClient) Unregister(RouteTableClient) {
+	return
+}
 
 func TestClients(t *testing.T) {
 	tests := []struct {
-- 
GitLab