Skip to content

Commit

Permalink
5512: update test;
Browse files Browse the repository at this point in the history
  • Loading branch information
nechama-krigsman committed Jul 19, 2024
1 parent f698c61 commit 12923e4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ describe('generatePetitionPdfInteractor', () => {
caseType: CASE_TYPES_MAP.deficiency,
contactPrimary: 'TEST_contactPrimary',
contactSecondary: 'TEST_contactSecondary',
hasIrsNotice: false,
irsNotices: [],
noticeIssuedDate: 'TEST_noticeIssuedDate',
partyType: 'TEST_partyType',
Expand All @@ -57,7 +58,7 @@ describe('generatePetitionPdfInteractor', () => {
expect(petitionCalls.length).toEqual(1);
expect(petitionCalls[0][0].data).toEqual({
caseCaptionExtension: 'TEST_caseCaptionExtension',
caseDescription: 'Notice of Deficiency',
caseDescription: 'Deficiency',
caseTitle: 'TEST_caseTitle',
contactPrimary: 'TEST_contactPrimary',
contactSecondary: 'TEST_contactSecondary',
Expand Down Expand Up @@ -98,6 +99,7 @@ describe('generatePetitionPdfInteractor', () => {
caseType: CASE_TYPES_MAP.deficiency,
contactPrimary: 'TEST_contactPrimary',
contactSecondary: 'TEST_contactSecondary',
hasIrsNotice: true,
irsNotices,
noticeIssuedDate: 'TEST_noticeIssuedDate',
partyType: 'TEST_partyType',
Expand Down

0 comments on commit 12923e4

Please sign in to comment.