diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/channel_test.go | 2 | ||||
-rw-r--r-- | core/connection_test.go | 4 |
2 files changed, 3 insertions, 3 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" diff --git a/core/connection_test.go b/core/connection_test.go index cea7d2d..2ecdd34 100644 --- a/core/connection_test.go +++ b/core/connection_test.go @@ -22,8 +22,8 @@ import ( "git.fd.io/govpp.git/codec" "git.fd.io/govpp.git/core" "git.fd.io/govpp.git/examples/bin_api/interfaces" - "git.fd.io/govpp.git/examples/binapi/stats" - "git.fd.io/govpp.git/examples/binapi/vpe" + "git.fd.io/govpp.git/examples/bin_api/stats" + "git.fd.io/govpp.git/examples/bin_api/vpe" . "github.com/onsi/gomega" ) |