Skip to content

Commit

Permalink
fixed a broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 24, 2018
1 parent 2e0c78c commit e91a283
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/specs/deep-circular/deep-circular.bundled.js
Expand Up @@ -350,26 +350,26 @@ helper.bundled.deepCircular =
middle: {
type: 'string',
enum: [
{ $ref: '#/paths/~1family-tree/get/responses/200/schema/properties/name/properties/first/type' },
{ $ref: '#/paths/~1family-tree/get/responses/200/schema/properties/name/properties/first/title' }
{ $ref: '#/paths/~1family-tree/get/responses/200/schema/properties/name/properties/last/type' },
{ $ref: '#/paths/~1family-tree/get/responses/200/schema/properties/name/properties/last/title' }
]
},
prefix: {
minLength: 3,
$ref: '#/paths/~1family-tree/get/responses/200/schema/properties/name/properties/first'
$ref: '#/paths/~1family-tree/get/responses/200/schema/properties/name/properties/last'
},
last: {
$ref: '#/paths/~1family-tree/get/responses/200/schema/properties/name/properties/first'
minLength: 1,
type: 'string',
title: 'requiredString'
},
suffix: {
$ref: '#/paths/~1family-tree/get/responses/200/schema/properties/name/properties/prefix',
type: 'string',
maxLength: 3
},
first: {
minLength: 1,
type: 'string',
title: 'requiredString'
$ref: '#/paths/~1family-tree/get/responses/200/schema/properties/name/properties/last'
}
},
title: 'name'
Expand Down

0 comments on commit e91a283

Please sign in to comment.