aboutsummaryrefslogtreecommitdiffstats
path: root/codec/marshaler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'codec/marshaler_test.go')
-rw-r--r--codec/marshaler_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/codec/marshaler_test.go b/codec/marshaler_test.go
index 985dd31..9600c55 100644
--- a/codec/marshaler_test.go
+++ b/codec/marshaler_test.go
@@ -23,7 +23,8 @@ import (
"git.fd.io/govpp.git/binapi/ip_types"
"git.fd.io/govpp.git/binapi/sr"
"git.fd.io/govpp.git/codec"
- interfaces "git.fd.io/govpp.git/internal/testbinapi/binapi2001/interface"
+ interfaces "git.fd.io/govpp.git/binapi/interface"
+ "git.fd.io/govpp.git/binapi/interface_types"
)
// CliInband represents VPP binary API message 'cli_inband'.
@@ -101,7 +102,7 @@ func TestWrapperDecode(t *testing.T) {
func TestNewCodecEncodeDecode4(t *testing.T) {
m := &interfaces.SwInterfaceSetRxMode{
- Mode: interfaces.RX_MODE_API_POLLING,
+ Mode: interface_types.RX_MODE_API_POLLING,
QueueID: 70000,
QueueIDValid: true,
SwIfIndex: 300,