diff --git a/package.json b/package.json index 9ed0fa8..2e4beac 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test/index.js b/test/index.js index 4ba3f43..2539420 100644 --- a/test/index.js +++ b/test/index.js @@ -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')