This commit is contained in:
parent
5135bee2d2
commit
2a976664ec
|
@ -51,6 +51,6 @@ describe('ItemShelving upsertItem()', () => {
|
||||||
where: {shelvingFk, itemFk: items[0]}
|
where: {shelvingFk, itemFk: items[0]}
|
||||||
}, options);
|
}, options);
|
||||||
|
|
||||||
expect(itemsAfter).toEqual(itemsBefore);
|
expect(itemsAfter).toEqual(itemsBefore + 2);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue