| Index: impl/memory/datastore_test.go
|
| diff --git a/impl/memory/datastore_test.go b/impl/memory/datastore_test.go
|
| index 8abeb4d76bb2aaa2f9307e0d7c95087e026b8ee2..c9580f0f7f1af8cad4585884b1ab52948557a426 100644
|
| --- a/impl/memory/datastore_test.go
|
| +++ b/impl/memory/datastore_test.go
|
| @@ -100,7 +100,7 @@ func TestDatastoreSingleReadWriter(t *testing.T) {
|
| "Name": prop(""),
|
| "Val": prop(10),
|
| "Multi": ds.PropertySlice{prop("foo"), prop("bar")},
|
| - "Key": prop(ds.KeyContext{"dev~app", ""}.MakeKey("Bar", "Baz")),
|
| + "Key": prop(ds.MkKeyContext("dev~app", "").MakeKey("Bar", "Baz")),
|
| })
|
| })
|
| Convey("Deleteing with a bogus key is bad", func() {
|
|
|