Skip to content

Commit 9708e66

Browse files
committed
Updated default stack limit from 10 to 8
1 parent 718f534 commit 9708e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/validator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ describe('VALIDATE FUNCTION TESTS ', function () {
13421342
});
13431343
});
13441344

1345-
it.only('Should report a mismatch when the response body is not valid', function (done) {
1345+
it('Should report a mismatch when the response body is not valid', function (done) {
13461346
let allOfExample = fs.readFileSync(path.join(__dirname, VALIDATION_DATA_FOLDER_PATH +
13471347
'/invalid_response_body_all_of_properties_spec.json'), 'utf-8'),
13481348
allOfCollection = fs.readFileSync(path.join(__dirname, VALIDATION_DATA_FOLDER_PATH +

0 commit comments

Comments
 (0)