Skip to content

Commit

Permalink
test(api): better test context name
Browse files Browse the repository at this point in the history
  • Loading branch information
lego-technix committed Mar 7, 2025
1 parent fccad9f commit b8b5774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Integration | Identity Access Management | Domain | UseCase | create-r
});
});

context('when user account does not exist with given email', function () {
context('when no user account with a matching email exist', function () {
it('does not create a reset password demand', async function () {
// given
const unknownEmail = '[email protected]';
Expand Down

0 comments on commit b8b5774

Please sign in to comment.