We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa2c6e commit 1a106c3Copy full SHA for 1a106c3
document_test.go
@@ -95,7 +95,7 @@ func TestDocument(t *testing.T) {
95
So(validationErrors, ShouldNotBeNil)
96
})
97
98
- Convey("should not accept an object in data and an included object", func() {
+ Convey("should accept an object in data and an included object", func() {
99
doc := Build(testObject)
100
doc.Included = append(doc.Included, testObjectForInclusion)
101
0 commit comments