change test case to expect the image to be defined
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
2dd6de1d47
commit
901007d34b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue