X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=core%2Fchannel_test.go;h=10416ef617552fca32c9f67d3269b7a9f850e935;hb=d4d3b9c6fa67fe454f8d8adc7502b3b645ecab10;hp=849255ab4e8a250be08d9da1c0a21bf5ba6bab94;hpb=2df59463fcbb1a5aec2173712b32fb9740157a9d;p=govpp.git 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, })