4505-clonar-foto-weightByPiece #1067

Merged
joan merged 2 commits from 4505-clonar-foto-weightByPiece into dev 2022-09-28 06:38:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 901007d34b - Show all commits

View File

@ -21,7 +21,7 @@ describe('item clone()', () => {
const result = await models.Item.clone(itemFk, options);
expect(result.id).toEqual(nextItemId);
expect(result.image).toBeUndefined();
expect(result.image).toBeDefined();
expect(result.itemTag).toBeUndefined();
expect(result.comment).toBeUndefined();
expect(result.description).toBeUndefined();