Skip to content

Commit 1a106c3

Browse files
committed
Fix copy/paste mistake in a test title
1 parent cfa2c6e commit 1a106c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func TestDocument(t *testing.T) {
9595
So(validationErrors, ShouldNotBeNil)
9696
})
9797

98-
Convey("should not accept an object in data and an included object", func() {
98+
Convey("should accept an object in data and an included object", func() {
9999
doc := Build(testObject)
100100
doc.Included = append(doc.Included, testObjectForInclusion)
101101

0 commit comments

Comments
 (0)