From c7b746632c3703366ff167a6227941349261f2a9 Mon Sep 17 00:00:00 2001 From: nhandt Date: Sat, 10 Dec 2022 22:25:07 +0700 Subject: [PATCH] Test update --- test/app.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')