Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-ey committed Aug 14, 2024
1 parent 21ee2a6 commit e99fe6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/test/12-externalapi.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('ExternalAPIController (e2e)', () => {
'BCCNM Application Complete': dayjs(faker.date.past(2)).format('YYYY-MM-DD'),
'Registration Designation': 'BCCNM Provisional Licence LPN',
'Date ROS Contract Signed': dayjs(faker.date.past(1)).format('YYYY-MM-DD'),
'Country of Education': 'kr',
'ISO Code - Education': 'kr',
};
});
};
Expand Down
4 changes: 2 additions & 2 deletions apps/api/test/13-bccnm-ncas-update.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('BCCNM/NCAS Updates', () => {
'NCAS Assessment Complete': 'Yes',
'BCCNM Application Complete': 'Yes',
'Registration Designation': 'BCCNM Provisional Licence LPN',
'Country of Education': 'kr',
'ISO Code - Education': 'kr',
'Date ROS Contract Signed': dayjs(
faker.date.between(applicant.registration_date ?? between[0], between[1]),
).format('YYYY-MM-DD'),
Expand All @@ -79,7 +79,7 @@ describe('BCCNM/NCAS Updates', () => {
v['Date ROS Contract Signed'] = '';
v['BCCNM Application Complete'] = 'No';
v['NCAS Assessment Complete'] = '';
v['Country of Education'] = '';
v['ISO Code - Education'] = '';
});

dataToUpdate.push(
Expand Down

0 comments on commit e99fe6e

Please sign in to comment.