aboutsummaryrefslogtreecommitdiffstats
path: root/codec/msg_codec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'codec/msg_codec_test.go')
-rw-r--r--codec/msg_codec_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/codec/msg_codec_test.go b/codec/msg_codec_test.go
index 7f06f0f..c950fd8 100644
--- a/codec/msg_codec_test.go
+++ b/codec/msg_codec_test.go
@@ -2,6 +2,7 @@ package codec_test
import (
"bytes"
+ "git.fd.io/govpp.git/examples/binapi/ip_types"
"testing"
"git.fd.io/govpp.git/api"
@@ -50,7 +51,7 @@ func TestEncode(t *testing.T) {
Route: ip.IPRoute{
TableID: 0,
StatsIndex: 0,
- Prefix: ip.Prefix{},
+ Prefix: ip_types.Prefix{},
NPaths: 0,
},
},