| Index: service/datastore/context_test.go
|
| diff --git a/service/datastore/context_test.go b/service/datastore/context_test.go
|
| index 26019f13847182745eea4cc3dd6e3773159a6e4d..83cae40c41148abc4906207155d254baefe70172 100644
|
| --- a/service/datastore/context_test.go
|
| +++ b/service/datastore/context_test.go
|
| @@ -49,7 +49,7 @@ func TestServices(t *testing.T) {
|
| Convey("lets you pull them back out", func() {
|
| So(Raw(c), ShouldResemble, &checkFilter{
|
| RawInterface: fakeService{},
|
| - kc: KeyContext{"s~aid", "ns"},
|
| + kc: MkKeyContext("s~aid", "ns"),
|
| })
|
| })
|
|
|
|
|