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")}, |
}) |