Skip to content

Commit

Permalink
Merge pull request #24 from nhandt2021/nhandt/tutorial
Browse files Browse the repository at this point in the history
Test co
  • Loading branch information
nhandt2021 authored Jan 14, 2023
2 parents aa46da2 + 5cb73ce commit ea25308
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 @@ -65,7 +65,7 @@ describe('App (e2e)', () => {
.expectStatus(400);
});

it('Should throw if no body provided', () => {
it('Should throw if no body provided: ', () => {
return pactum.spec().post('/auth/signup').expectStatus(400);
});

Expand Down

0 comments on commit ea25308

Please sign in to comment.