| Index: service/datastore/properties_test.go
|
| diff --git a/service/datastore/properties_test.go b/service/datastore/properties_test.go
|
| index 98691fe83676cb2e8790d3c6ecdcbdf9a3a41ef7..6e02c0d27a59943ff8d861f0fa2ece5331ffd7b4 100644
|
| --- a/service/datastore/properties_test.go
|
| +++ b/service/datastore/properties_test.go
|
| @@ -158,7 +158,7 @@ func TestDSPropertyMapImpl(t *testing.T) {
|
|
|
| npm, err := pm.Save(false)
|
| So(err, ShouldBeNil)
|
| - So(len(npm), ShouldEqual, 1)
|
| + So(len(npm), ShouldEqual, 0)
|
| })
|
|
|
| Convey("errors", func() {
|
|
|