Show VPPApiError value always and remove RegisterBinAPITypes for mock adapter
[govpp.git] / core / channel_test.go
index 197dda4..4a9ab2b 100644 (file)
@@ -37,7 +37,7 @@ func setupTest(t *testing.T) *testCtx {
        RegisterTestingT(t)
 
        ctx := &testCtx{
-               mockVpp: &mock.VppAdapter{},
+               mockVpp: mock.NewVppAdapter(),
        }
 
        var err error