Skip to content

Commit

Permalink
Merge pull request #13 from nhandt2021/nhandt/tutorial
Browse files Browse the repository at this point in the history
Test update
  • Loading branch information
nhandt2021 authored Dec 10, 2022
2 parents 4c52e4f + c7b7466 commit 5711bd4
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 @@ -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')
Expand Down

0 comments on commit 5711bd4

Please sign in to comment.