| Index: service/datastore/serialize/serialize_test.go
|
| diff --git a/service/datastore/serialize/serialize_test.go b/service/datastore/serialize/serialize_test.go
|
| index 3cad2cf7b8a2e3961796bcc043a28ede120a104b..d6c9b9f65453e9030f7eecb5803414cc64f22309 100644
|
| --- a/service/datastore/serialize/serialize_test.go
|
| +++ b/service/datastore/serialize/serialize_test.go
|
| @@ -13,7 +13,7 @@ import (
|
|
|
| "github.com/luci/gae/service/blobstore"
|
| ds "github.com/luci/gae/service/datastore"
|
| - "github.com/luci/luci-go/common/cmpbin"
|
| + "github.com/luci/luci-go/common/data/cmpbin"
|
| . "github.com/luci/luci-go/common/testing/assertions"
|
| . "github.com/smartystreets/goconvey/convey"
|
| )
|
|
|