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

Unified Diff: service/datastore/pls_test.go

Issue 1679093002: Use ShouldResemble instead of ShouldResembleV. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Created 4 years, 10 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/datastore_test.go ('k') | service/mail/message_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/pls_test.go
diff --git a/service/datastore/pls_test.go b/service/datastore/pls_test.go
index 9df3eebc28ab26b4c1b9621d386b40c414022125..c2af6e6360a0a246716223929ccc20c01feebc47 100644
--- a/service/datastore/pls_test.go
+++ b/service/datastore/pls_test.go
@@ -2023,7 +2023,7 @@ func TestMeta(t *testing.T) {
So(pls.SetMeta("id", "sup|1337"), ShouldBeTrue)
So(ide.EmbeddedID, ShouldResemble, EmbeddedID{"sup", 1337})
- So(pls.GetAllMeta(), ShouldResembleV, PropertyMap{
+ So(pls.GetAllMeta(), ShouldResemble, PropertyMap{
"$id": {mpNI("sup|1337")},
"$kind": {mpNI("IDEmbedder")},
})
« no previous file with comments | « service/datastore/datastore_test.go ('k') | service/mail/message_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698