added issue ID into test description

This commit is contained in:
Dhroov Gupta
2019-07-23 15:55:58 +05:30
parent b0cb9266fa
commit a8d910d565

View File

@@ -41,7 +41,7 @@ describe('CONVERT FUNCTION TESTS ', function() {
done();
});
});
it('Issue ID: #90-Should create a request using local server instead of global server ' +
it('[Github #90] - Should create a request using local server instead of global server ' +
specPath2, function(done) {
Converter.convert({ type: 'file', data: specPath2 }, { schemaFaker: true }, (err, conversionResult) => {
expect(err).to.be.null;