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

Fix tests

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