| Index: service/datastore/datastore_test.go
|
| diff --git a/service/datastore/datastore_test.go b/service/datastore/datastore_test.go
|
| index 789a1e022d4b7d9f895e4c371b3ff47aa29a893b..bb07fbe2b9dae3c5b3ec9efedfb0498041c1f68f 100644
|
| --- a/service/datastore/datastore_test.go
|
| +++ b/service/datastore/datastore_test.go
|
| @@ -396,7 +396,7 @@ func TestPopulateKey(t *testing.T) {
|
| t.Parallel()
|
|
|
| Convey("Test PopulateKey", t, func() {
|
| - k := KeyContext{"app", "namespace"}.NewKey("kind", "", 1337, nil)
|
| + k := MkKeyContext("app", "namespace").NewKey("kind", "", 1337, nil)
|
|
|
| Convey("Can set the key of a common struct.", func() {
|
| var cs CommonStruct
|
|
|