aboutsummaryrefslogtreecommitdiffstats
path: root/core/channel_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/channel_test.go')
-rw-r--r--core/channel_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/channel_test.go b/core/channel_test.go
index 849255a..10416ef 100644
--- a/core/channel_test.go
+++ b/core/channel_test.go
@@ -103,7 +103,7 @@ func TestRequestReplyMemifDetails(t *testing.T) {
// mock reply
ctx.mockVpp.MockReply(&memif.MemifDetails{
SwIfIndex: 25,
- IfName: []byte("memif-name"),
+ IfName: "memif-name",
Role: 0,
})