Skip to content
Snippets Groups Projects
Commit 86169bf3 authored by Oliver Herms's avatar Oliver Herms
Browse files

Fixing test

parent 12bb31c8
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment