Skip to content

Commit 881f19b

Browse files
committed
Removed .only mocha test
1 parent 5c79202 commit 881f19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/convertV2.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ describe('The convert v2 Function', function() {
731731
});
732732
});
733733

734-
it.only('[Github #137]- Should add `requried` keyword in parameters where ' +
734+
it('[Github #137]- Should add `requried` keyword in parameters where ' +
735735
'required field is set to true', function(done) {
736736
Converter.convertV2({ type: 'file', data: requiredInParams }, { schemaFaker: true }, (err, conversionResult) => {
737737
expect(err).to.be.null;

0 commit comments

Comments
 (0)