commit | ec6e61b6239b955b6e7623ba3b604e8030154773 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Oct 23 10:21:27 2019 -0700 |
committer | khenaidoo Nursimulu <knursimu@ciena.com> | Wed Oct 23 21:25:08 2019 +0000 |
tree | 993720162e4a89bbabafaf00152306e138a04425 | |
parent | bdae73c95c8320152bb7338991438112c3cf4fe3 [diff] |
VOL-2139 update tests to use voltha-lib-go instead of voltha-go Change-Id: I7581bf051e8aede6c46abb894b14c5871b713378
diff --git a/tests/afrouter/suites/test2/test2.go b/tests/afrouter/suites/test2/test2.go index 258cb64..3661dce 100644 --- a/tests/afrouter/suites/test2/test2.go +++ b/tests/afrouter/suites/test2/test2.go
@@ -31,7 +31,7 @@ //"encoding/json" "text/template" //"github.com/golang/protobuf/proto" - "github.com/opencord/voltha-go/common/log" + "github.com/opencord/voltha-lib-go/pkg/log" //pb "github.com/golang/protobuf/protoc-gen-go/descriptor" )