aboutsummaryrefslogtreecommitdiffstats
path: root/core/channel_test.go
diff options
context:
space:
mode:
authorOndrej Fabry <ofabry@cisco.com>2018-10-03 05:14:40 -0700
committerOndrej Fabry <ofabry@cisco.com>2018-10-03 05:14:40 -0700
commit62d19032621c7db801b313a1e19e787cfb1fbc3e (patch)
treed2181b6b09f8cbbaf32a4dff72e9d64675a243bb /core/channel_test.go
parent0f731471ab258d9e01658f0ab70f8317fd0fb89c (diff)
Omit message factory and line numbers from generated output
Change-Id: Ie48cc0a641242625daf55caf00ab630e78aa86b7 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
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 0eafa32..b06e3e9 100644
--- a/core/channel_test.go
+++ b/core/channel_test.go
@@ -22,7 +22,7 @@ import (
"git.fd.io/govpp.git/examples/bin_api/interfaces"
"git.fd.io/govpp.git/examples/bin_api/memif"
"git.fd.io/govpp.git/examples/bin_api/tap"
- "git.fd.io/govpp.git/examples/binapi/vpe"
+ "git.fd.io/govpp.git/examples/bin_api/vpe"
"git.fd.io/govpp.git/api"
. "github.com/onsi/gomega"