| Index: service/datastore/context_test.go
|
| diff --git a/service/rawdatastore/context_test.go b/service/datastore/context_test.go
|
| similarity index 98%
|
| rename from service/rawdatastore/context_test.go
|
| rename to service/datastore/context_test.go
|
| index 391e6f4cef4527da649d39e95a96d2ed903ea446..b13f2278d663f63187eedd95f026bd645476ee41 100644
|
| --- a/service/rawdatastore/context_test.go
|
| +++ b/service/datastore/context_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 (
|
| "testing"
|
|
|