X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=core%2Fchannel_test.go;fp=core%2Fchannel_test.go;h=4a9ab2be1b841b3fdcc7988c79206e42e6ff6bdc;hb=892683bef86cacc2ccda2b4df2b079171bd92164;hp=197dda4d92607f6388685bfcd36635fcd8984925;hpb=08ddeac03fd3832d44a3dfb48ee85ecd95d2b388;p=govpp.git diff --git a/core/channel_test.go b/core/channel_test.go index 197dda4..4a9ab2b 100644 --- a/core/channel_test.go +++ b/core/channel_test.go @@ -37,7 +37,7 @@ func setupTest(t *testing.T) *testCtx { RegisterTestingT(t) ctx := &testCtx{ - mockVpp: &mock.VppAdapter{}, + mockVpp: mock.NewVppAdapter(), } var err error