Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
noisersup committed Oct 20, 2022
1 parent ba4b417 commit 89718d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/types/document_validation_test.go
Expand Up @@ -48,7 +48,7 @@ func TestDocumentValidateData(t *testing.T) {
},
"NoID": {
doc: must.NotFail(NewDocument("foo", "bar")),
reason: errors.New(`invalid document: (document must contain '_id' field)`),
reason: errors.New(`invalid document: document must contain '_id' field`),
},
} {
name, tc := name, tc
Expand Down

0 comments on commit 89718d1

Please sign in to comment.