Skip to content

Commit

Permalink
refactor: assessment types
Browse files Browse the repository at this point in the history
  • Loading branch information
RRanath committed Sep 10, 2024
1 parent 66affd3 commit 1ed2173
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('assessmentAssigneeChange template', () => {
},
{
applicationId: 3,
assessmentType: 'technical',
assessmentType: 'financialRisk',
assignedTo: 'Tester 2',
assigneeEmail: '[email protected]',
ccbcNumber: 'CCBC-000003',
Expand Down Expand Up @@ -93,7 +93,7 @@ describe('assessmentAssigneeChange template', () => {
{
ccbcNumber: 'CCBC-000001',
applicationId: 1,
type: 'technical',
type: 'Technical assessment',
url: 'http://mock_host.ca/analyst/application/1/assessments/technical',
},
],
Expand All @@ -106,7 +106,7 @@ describe('assessmentAssigneeChange template', () => {
{
ccbcNumber: 'CCBC-000002',
applicationId: 2,
type: 'technical',
type: 'Technical assessment',
url: 'http://mock_host.ca/analyst/application/2/assessments/technical',
},
],
Expand All @@ -117,8 +117,8 @@ describe('assessmentAssigneeChange template', () => {
{
ccbcNumber: 'CCBC-000003',
applicationId: 3,
type: 'technical',
url: 'http://mock_host.ca/analyst/application/3/assessments/technical',
type: 'Financial Risk assessment',
url: 'http://mock_host.ca/analyst/application/3/assessments/financialRisk',
},
],
assignors: 'Assignor 3',
Expand Down

0 comments on commit 1ed2173

Please sign in to comment.