Skip to content

Commit

Permalink
chore?(seeds): rename learner in seeds to be shorter and more conveni…
Browse files Browse the repository at this point in the history
…ent to use
  • Loading branch information
ThomasBazin authored Nov 15, 2024
1 parent d9451b4 commit 553601a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ async function _buildMultipleParticipationsForPROASSMULCampaign(databaseBuilder)
});

const secondUser = await databaseBuilder.factory.buildUser.withRawPassword({
firstName: 'Jean-Philippe',
lastName: 'Errvitemonslip',
email: 'jean-philippe-errvitemonslip@example.net',
firstName: 'Tata',
lastName: 'Yoyo',
email: 'tata-yoyo@example.net',
cgu: true,
lang: 'fr',
});

const secondOrganizationLearner = await databaseBuilder.factory.buildOrganizationLearner({
firstName: 'Jean-Philippe',
lastName: 'Errvitemonslip',
firstName: 'Tata',
lastName: 'Yoyo',
userId: secondUser.id,
organizationId: PRO_ORGANIZATION_ID,
});
Expand Down

0 comments on commit 553601a

Please sign in to comment.