Skip to content

Commit

Permalink
test(api): follow test naming standards
Browse files Browse the repository at this point in the history
  • Loading branch information
lego-technix committed Dec 3, 2024
1 parent 6550c90 commit d12982d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Email } from '../../../../../src/shared/mail/domain/models/Email.js';
import { mailer } from '../../../../../src/shared/mail/infrastructure/services/mailer.js';
import { expect } from '../../../../test-helper.js';

describe('Unit | Identity Access Management | Domain | Emails | create-account-creation', function () {
describe('Unit | Identity Access Management | Domain | Email | create-account-creation', function () {
it('creates account creation email with correct parameters', function () {
const emailParams = {
locale: 'fr',
Expand Down

0 comments on commit d12982d

Please sign in to comment.