Index: service/datastore/context_test.go |
diff --git a/service/datastore/context_test.go b/service/datastore/context_test.go |
index d1684c1a2517715c11114651a06da877e4294804..5f613de9d95993181817c01e52ef5695d23f0eba 100644 |
--- a/service/datastore/context_test.go |
+++ b/service/datastore/context_test.go |
@@ -16,6 +16,7 @@ type fakeInfo struct{ info.Interface } |
func (fakeInfo) GetNamespace() string { return "ns" } |
func (fakeInfo) AppID() string { return "aid" } |
+func (fakeInfo) IsDevAppServer() bool { return false } |
type fakeService struct{ RawInterface } |