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

Fixing tests

parent 0832f18f
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ func TestSender(t *testing.T) {
Type: 2,
BGPPath: &route.BGPPath{
LocalPref: 100,
NextHop: bnet.IPv4(0),
},
},
pfxs: []bnet.Prefix{
......@@ -117,6 +118,7 @@ func TestSender(t *testing.T) {
Type: 2,
BGPPath: &route.BGPPath{
LocalPref: 200,
NextHop: bnet.IPv4(0),
},
},
pfxs: []bnet.Prefix{
......@@ -182,6 +184,7 @@ func TestSender(t *testing.T) {
Type: 2,
BGPPath: &route.BGPPath{
LocalPref: 100,
NextHop: bnet.IPv4(0),
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment