diff --git a/src/__tests__/App.spec.ts b/src/__tests__/App.spec.ts index 071a189..be0162b 100644 --- a/src/__tests__/App.spec.ts +++ b/src/__tests__/App.spec.ts @@ -87,7 +87,7 @@ describe('App', () => { ); }); - it('should not be able to create a customer with one e-mail thats already registered', async () => { + it('should not be able to create a duplicated product', async () => { const product = await request(app).post('/products').send({ name: 'Produto 01', price: 500,