Skip to content

Commit

Permalink
Merge pull request #17 from nhandt2021/nhandt/tutorial
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
nhandt2021 authored Dec 25, 2022
2 parents 7db87a7 + a51a53d commit edf22b4
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 @@ -79,7 +79,7 @@ describe('App (e2e)', () => {
});

describe('Signin', () => {
it('should throw if email is empty', () => {
it('Should throw if email is empty', () => {
return pactum
.spec()
.post('/auth/signin')
Expand Down

0 comments on commit edf22b4

Please sign in to comment.