fixed linting errors.

This commit is contained in:
Dhroov Gupta
2019-07-12 14:21:08 +05:30
parent f1801f8704
commit 5ccfd5a6c4
2 changed files with 4 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ describe('CONVERT FUNCTION TESTS ', function() {
done(); done();
}); });
}); });
it('should generate collection for a custom content type headers requests.' it('should generate collection for a custom content type headers requests.' +
+ specPath2 , function(done) { specPath2, function(done) {
var openapi = fs.readFileSync(specPath2, 'utf8'); var openapi = fs.readFileSync(specPath2, 'utf8');
Converter.convert({ type: 'string', data: openapi }, { schemaFaker: true }, (err, conversionResult) => { Converter.convert({ type: 'string', data: openapi }, { schemaFaker: true }, (err, conversionResult) => {
expect(err).to.be.null; expect(err).to.be.null;