Skip to content

Commit 08ffde6

Browse files
committed
Update
1 parent eca0a9f commit 08ffde6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/deref.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ describe('DEREF FUNCTION TESTS ', function() {
316316

317317
it('should return schema with example parameter(if given) for $ref just like inline schema', function(done) {
318318
var schema = {
319-
$ref: '#/components/schemas/schema1'
319+
$ref: '#/components/schemas/schema1',
320+
example: 'asc'
320321
},
321322
componentsAndPaths = {
322323
components: {

0 commit comments

Comments
 (0)