| Index: service/datastore/properties_test.go
|
| diff --git a/service/rawdatastore/properties_test.go b/service/datastore/properties_test.go
|
| similarity index 99%
|
| rename from service/rawdatastore/properties_test.go
|
| rename to service/datastore/properties_test.go
|
| index c6b5f149706752cbc90d1289328bab5983a42b14..98691fe83676cb2e8790d3c6ecdcbdf9a3a41ef7 100644
|
| --- a/service/rawdatastore/properties_test.go
|
| +++ b/service/datastore/properties_test.go
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package rawdatastore
|
| +package datastore
|
|
|
| import (
|
| "math"
|
|
|