Skip to content

Commit

Permalink
Merge pull request #14 from nhandt2021/nhandt/tutorial
Browse files Browse the repository at this point in the history
Test update
  • Loading branch information
nhandt2021 authored Dec 11, 2022
2 parents 5711bd4 + 9642a1d commit 2bb57b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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/signup')
Expand Down

0 comments on commit 2bb57b0

Please sign in to comment.