Skip to content

Commit

Permalink
test(definitions): fix license test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed May 21, 2024
1 parent 127fd23 commit e6a89a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/definitions/3.0.0/license/license.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const validator = ajv
.addSchema(require('../../../../definitions/3.0.0/specificationExtension.json'))
.compile(infoJsonSchema);

describe('Contact', () => {
describe('License', () => {
it('empty', () => {
const info = JSON.parse(fs.readFileSync(`${__dirname}/empty.json`, 'utf-8'));
const validationResult = validator(info);
Expand Down

0 comments on commit e6a89a4

Please sign in to comment.