Skip to content

Commit

Permalink
10504-dxox: fix entityName typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwindo committed Dec 6, 2024
1 parent 58aa324 commit 5aeba6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('processCaseCorrespondenceEntries', () => {
dynamodb: {
NewImage: {
entityName: {
S: 'CaseCorrespondence',
S: 'Correspondence',
},
pk: {
S: `case|${docketNumber}`,
Expand All @@ -30,7 +30,7 @@ describe('processCaseCorrespondenceEntries', () => {
expect(upsertCaseCorrespondences).toHaveBeenCalledWith([
{
docketNumber,
entityName: 'CaseCorrespondence',
entityName: 'Correspondence',
pk: `case|${docketNumber}`,
},
]);
Expand Down

0 comments on commit 5aeba6f

Please sign in to comment.