refs #6276 feat:newWarehouse
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
9eee26cbe9
commit
3fbf32bd52
|
@ -51,6 +51,6 @@ xdescribe('ItemShelving upsertItem()', () => {
|
||||||
where: {shelvingFk, itemFk: items[0]}
|
where: {shelvingFk, itemFk: items[0]}
|
||||||
}, options);
|
}, options);
|
||||||
|
|
||||||
expect(itemsAfter).toEqual(itemsBefore + 2);
|
expect(itemsAfter).toEqual(itemsBefore);
|
||||||
});
|
});
|
||||||
});
|
});
|
Loading…
Reference in New Issue