From f5d1847d5e9e59cb54535d40a23154ad634921e0 Mon Sep 17 00:00:00 2001 From: Fabio Beneditto Date: Mon, 28 Feb 2022 14:47:42 -0300 Subject: [PATCH] typo correct --- package.json | 2 +- test/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')