Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: service/datastore/properties_test.go

Issue 1269113005: A transparent cache for datastore, backed by memcache. (Closed) Base URL: https://github.com/luci/gae.git@add_meta
Patch Set: fix comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « service/datastore/properties.go ('k') | service/datastore/serialize.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/properties_test.go
diff --git a/service/datastore/properties_test.go b/service/datastore/properties_test.go
index e5bb1798bdfb205d4336f859a8828a35f1691db9..615ac1b29438712949e57c79cc38eb6399f784a9 100644
--- a/service/datastore/properties_test.go
+++ b/service/datastore/properties_test.go
@@ -160,7 +160,7 @@ func TestDSPropertyMapImpl(t *testing.T) {
npm, err := pm.Save(false)
So(err, ShouldBeNil)
- So(len(npm), ShouldEqual, 1)
+ So(len(npm), ShouldEqual, 0)
})
Convey("errors", func() {
« no previous file with comments | « service/datastore/properties.go ('k') | service/datastore/serialize.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698