Skip to content

Commit 281abdd

Browse files
committed
Update test description
1 parent d470688 commit 281abdd

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
@@ -1171,7 +1171,7 @@ describe('The convert v2 Function', function() {
11711171
});
11721172
});
11731173

1174-
it('description test', function(done) {
1174+
it('should generate a collection with description for Query Params, Path variables and Headers', function(done) {
11751175
var openapi = fs.readFileSync(descriptionTestSpec, 'utf8');
11761176

11771177
Converter.convertV2({ type: 'string', data: openapi },

0 commit comments

Comments
 (0)