Skip to content

Commit 13dd675

Browse files
committed
Resolve rebase conflicts
1 parent 87de573 commit 13dd675

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/tests/unit/components/authorization/AuthorizationCard.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const testPermit: Permit = {
5555
updatedBy: 'testUpdatedAt',
5656
updatedAt: currentDate,
5757
permitType: testPermitType,
58+
permitTypeId: testPermitType.permitTypeId,
5859
permitNote: [],
5960
permitTracking: []
6061
};

frontend/tests/unit/components/authorization/AuthorizationCardLite.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const testPermit: Permit = {
5656
updatedBy: 'testUpdatedAt',
5757
updatedAt: currentDate,
5858
permitType: testPermitType,
59+
permitTypeId: testPermitType.permitTypeId,
5960
permitNote: [],
6061
permitTracking: []
6162
};

frontend/tests/unit/components/common/Breadcrumb.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ const testPermit: Permit = {
124124
updatedBy: 'testUpdatedAt',
125125
updatedAt: currentDate,
126126
permitType: testPermitType,
127+
permitTypeId: testPermitType.permitTypeId,
127128
permitNote: [],
128129
permitTracking: []
129130
};

frontend/tests/unit/service/permitService.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const TEST_PERMIT_1: Permit = {
3636
submittedDate: new Date().toISOString(),
3737
adjudicationDate: new Date().toISOString(),
3838
permitType: TEST_PERMIT_TYPE,
39+
permitTypeId: TEST_PERMIT_TYPE.permitTypeId,
3940
permitNote: [],
4041
permitTracking: []
4142
};

0 commit comments

Comments
 (0)