| Index: service/datastore/key_test.go | 
| diff --git a/service/rawdatastore/datastore_key_test.go b/service/datastore/key_test.go | 
| similarity index 99% | 
| rename from service/rawdatastore/datastore_key_test.go | 
| rename to service/datastore/key_test.go | 
| index 4d9586f69548741b2ba526ce25fe625fed7ab5da..3e3f2b7e6c3ee6ef0d4889d6fb5235495654a411 100644 | 
| --- a/service/rawdatastore/datastore_key_test.go | 
| +++ b/service/datastore/key_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 ( | 
| "encoding/json" | 
|  |