diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/channel_test.go | 8 | ||||
-rw-r--r-- | core/connection_test.go | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/core/channel_test.go b/core/channel_test.go index b06e3e9..ba761b3 100644 --- a/core/channel_test.go +++ b/core/channel_test.go @@ -19,10 +19,10 @@ import ( "time" "git.fd.io/govpp.git/adapter/mock" - "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/bin_api/vpe" + "git.fd.io/govpp.git/examples/binapi/interfaces" + "git.fd.io/govpp.git/examples/binapi/memif" + "git.fd.io/govpp.git/examples/binapi/tap" + "git.fd.io/govpp.git/examples/binapi/vpe" "git.fd.io/govpp.git/api" . "github.com/onsi/gomega" diff --git a/core/connection_test.go b/core/connection_test.go index 843c5ea..71f1a18 100644 --- a/core/connection_test.go +++ b/core/connection_test.go @@ -21,8 +21,8 @@ import ( "git.fd.io/govpp.git/api" "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/bin_api/vpe" + "git.fd.io/govpp.git/examples/binapi/interfaces" + "git.fd.io/govpp.git/examples/binapi/vpe" . "github.com/onsi/gomega" ) |