| Index: service/datastore/key_test.go
|
| diff --git a/service/datastore/key_test.go b/service/datastore/key_test.go
|
| index 686cb64877ac0bb28cc58888c81559c97fa4fe4f..ae8fe3c824e626a9663252625e377f2c04b1d3a2 100644
|
| --- a/service/datastore/key_test.go
|
| +++ b/service/datastore/key_test.go
|
| @@ -105,8 +105,8 @@ func TestKeyValidity(t *testing.T) {
|
|
|
| Convey("keys validity", t, func() {
|
| Convey("incomplete", func() {
|
| - So(MakeKey("aid", "ns", "kind", 1).Incomplete(), ShouldBeFalse)
|
| - So(MakeKey("aid", "ns", "kind", 0).Incomplete(), ShouldBeTrue)
|
| + So(MakeKey("aid", "ns", "kind", 1).IsIncomplete(), ShouldBeFalse)
|
| + So(MakeKey("aid", "ns", "kind", 0).IsIncomplete(), ShouldBeTrue)
|
| })
|
|
|
| Convey("invalid", func() {
|
|
|