| Index: impl/memory/testing_utils_test.go
|
| diff --git a/impl/memory/testing_utils_test.go b/impl/memory/testing_utils_test.go
|
| index 8084892e146f6f411565b4908352a1eae86f350c..66447d078c180cc78b2f96c71ce0b566f9e7e579 100644
|
| --- a/impl/memory/testing_utils_test.go
|
| +++ b/impl/memory/testing_utils_test.go
|
| @@ -12,7 +12,7 @@ import (
|
|
|
| ds "github.com/luci/gae/service/datastore"
|
| "github.com/luci/gae/service/datastore/serialize"
|
| - "github.com/luci/luci-go/common/cmpbin"
|
| + "github.com/luci/luci-go/common/data/cmpbin"
|
| )
|
|
|
| func init() {
|
|
|