unit tests

This commit is contained in:
jackiettran
2025-12-12 16:27:56 -05:00
parent 25bbf5d20b
commit 3f319bfdd0
24 changed files with 4282 additions and 1806 deletions

View File

@@ -49,7 +49,7 @@ describe('ConditionCheckService', () => {
rentalId: 'rental-123',
checkType: 'rental_start_renter',
submittedBy: 'renter-789',
photos: mockPhotos,
imageFilenames: mockPhotos,
notes: 'Item received in good condition',
})
);