diff --git a/test/app.e2e-spec.ts b/test/app.e2e-spec.ts index 1831c78..20df654 100644 --- a/test/app.e2e-spec.ts +++ b/test/app.e2e-spec.ts @@ -89,7 +89,7 @@ describe('App (e2e)', () => { .expectStatus(400); }); - it('should throw if password is empty', () => { + it('Should throw if password is empty', () => { return pactum .spec() .post('/auth/signin')