Skip to content

Commit

Permalink
Fix broken consolidation tests with Auditable iface
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-461

Co-authored-by: Arthur Morrow <[email protected]>
Co-authored-by: James Brooks <[email protected]>
Co-authored-by: Brian Posey <[email protected]>
  • Loading branch information
3 people committed Dec 19, 2024
1 parent c904529 commit 56ed4b9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const CONSOLIDATE_TO: Consolidation = {
orderDate: '01-12-2024',
consolidationType: 'administrative',
documentType: 'CONSOLIDATION_TO',
updatedBy: MockData.getCamsUser(),
updatedOn: '01-12-2024',
};

const CONSOLIDATE_FROM: Consolidation = {
Expand All @@ -60,6 +62,8 @@ const CONSOLIDATE_FROM: Consolidation = {
orderDate: '01-12-2024',
consolidationType: 'administrative',
documentType: 'CONSOLIDATION_FROM',
updatedBy: MockData.getCamsUser(),
updatedOn: '01-12-2024',
};

const attorneyList: AttorneyUser[] = MockData.buildArray(MockData.getAttorneyUser, 2);
Expand Down

0 comments on commit 56ed4b9

Please sign in to comment.