X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=core%2Fconnection_test.go;h=71f1a184bb5925a0097d9f52463a35922e74d5a0;hb=d06548e4f4492c181f04a5fc9bf994764278e68b;hp=843c5ea2026674b3613f17b2ff92420524f38843;hpb=061dc1ca5dca4f87cb77b0efb4202b2bb863f4cf;p=govpp.git 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" )