Skip to content

Commit

Permalink
ACS-7600 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaBalvanovich committed Aug 13, 2024
1 parent 6c4af48 commit 234ca01
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ describe('LegalHoldsService', () => {
returnedHolds = [
{
id: holdId,
name: 'some name'
name: 'some name',
reason: 'some reason',
description: 'some description'
}
] as Hold[];

Expand Down

0 comments on commit 234ca01

Please sign in to comment.