Skip to content

Commit

Permalink
[#1220] Update tests with new non-unique elements errors from lib-cove
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 30, 2019
1 parent 02748d2 commit 24ed78e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cove_ocds/fixtures/badfile_all_validation_errors_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
"field": "releases/tender/title",
"type": "string"
},
{
"description": "Array has non-unique elements",
"field": "releases",
"path": "releases",
"type": "uniqueItems",
"value": ""
},
{
"value": "Last Tuesday",
"description": "Date is not in the correct format",
Expand Down

0 comments on commit 24ed78e

Please sign in to comment.