Skip to content

Commit

Permalink
typo correct
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBeneditto committed Feb 28, 2022
1 parent f58af19 commit f5d1847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "labs-test-api",
"version": "0.0.1",
"description": "API for Code Tests - Solutions Lab at Azion Tech",
"description": "API for Code Tests - Solutions Lab",
"main": "index.js",
"scripts": {
"start": "SET NODE_ENV=dev && node index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('main App', function(){
})

describe('get /api/418', function(){
it('Shound return 418 http code', function(done){
it('Should return 418 http code', function(done){
request(app)
.get('/api/418')
.set('Accept','application/json')
Expand Down

0 comments on commit f5d1847

Please sign in to comment.