Skip to content

Commit

Permalink
Update the test fot the ‘uniqueItems’ attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
František Hába committed Mar 15, 2012
1 parent ea57a43 commit b401d71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/json/attributes/uniqueItems.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ suite('JSON/Attribute/uniqueItems', function() {
* Schema * Schema
*/ */
var schema = { var schema = {
required: true,
type: 'array', type: 'array',
uniqueItems: true, uniqueItems: true,
items: { items: {
Expand Down

0 comments on commit b401d71

Please sign in to comment.