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 20fef85 commit 5da82f8
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 5da82f8

Please sign in to comment.