Skip to content

Commit

Permalink
chore: update openapi-validator-utils and tests definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinccbsg committed Apr 27, 2021
1 parent d31c5fe commit a937ece
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![npm](https://img.shields.io/npm/v/express-oas-validator)
[![Build](https://github.com/BRIKEV/express-oas-validator/actions/workflows/runTests.yml/badge.svg)](https://github.com/BRIKEV/express-oas-validator/actions/workflows/runTests.yml)
[![Known Vulnerabilities](https://snyk.io/test/github/BRIKEV/express-oas-validator/badge.svg)](https://snyk.io/test/github/BRIKEV/express-oas-validator)
[![Maintainability](https://api.codeclimate.com/v1/badges/13aa6d75c21855b8857c/maintainability)](https://codeclimate.com/github/BRIKEV/express-oas-validator/maintainability)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tui-jsdoc-template": "^1.2.2"
},
"dependencies": {
"openapi-validator-utils": "^1.1.2"
"openapi-validator-utils": "^1.1.3"
},
"jest": {
"collectCoverageFrom": [
Expand Down
2 changes: 1 addition & 1 deletion test/pathParam.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Path params tests', () => {
.then(response => {
expect(response.body.name).toEqual('OpenAPIUtilsError');
expect(response.body.message).toEqual(
'Error in path: must be number. You provide "NaN"',
'Error in path: must be number. You provide "notNumber"',
);
})
));
Expand Down

0 comments on commit a937ece

Please sign in to comment.