Skip to content

Commit

Permalink
Updated test description
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisgraa committed Jan 9, 2025
1 parent 64d904d commit f379a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/check-answers/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('#CheckAnswers', () => {
expect(statusCode).toBe(statusCodes.ok)
})

it('Should not send email and display an error', async () => {
it('should not send an email on POST and display an error if a declaration is missing', async () => {
const { payload, statusCode } = await server.inject(
withCsrfProtection(
{
Expand Down

0 comments on commit f379a57

Please sign in to comment.