Skip to content

Commit

Permalink
fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecoin committed Jan 16, 2025
1 parent 38a2e2c commit 595a066
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ describe('Certification | Session-management | Acceptance | Application | Routes
const juryMember = databaseBuilder.factory.buildUser.withRole({ roles: PIX_ADMIN.ROLES.SUPER_ADMIN });
const session = databaseBuilder.factory.buildSession({
version: SESSIONS_VERSIONS.V3,
finalizedAt: new Date('2024-01-15'),
});
const certificationCourse = databaseBuilder.factory.buildCertificationCourse({
id: 123,
Expand Down

0 comments on commit 595a066

Please sign in to comment.