Skip to content

Commit

Permalink
Fixed test case description
Browse files Browse the repository at this point in the history
  • Loading branch information
VShingala committed Feb 1, 2024
1 parent 5f6681a commit 362af88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/base.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ describe('CONVERT FUNCTION TESTS ', function() {
});
});

it('The converter should convert basic raml spec to postman collection ' +
'with proper headers, body, responses and security schemes', function(done) {
it('The converter should throw an UserError if provided definition ' +
'fails to import and is an invalid RAML 1.0 definition', function(done) {
Converter.convert({
type: 'file',
data: INVALID_RAML_DIR_PATH + '/invalidSpec.raml'
Expand Down

0 comments on commit 362af88

Please sign in to comment.