Skip to content

Commit

Permalink
test(api): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Jul 3, 2024
1 parent 504be47 commit b028f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Unit | Models | OrganizationLearnerImportFormat', function () {
});
});

describe('#reconcilationFields', function () {
describe('#reconciliationFields', function () {
it('should return reconcileFields', function () {
expect(organizationLearnerImportFormat.reconciliationFields).to.deep.equal([
{ key: 'reconcileField1', columnName: 'Nom apprenant' },
Expand Down

0 comments on commit b028f4c

Please sign in to comment.