refs #6276 feat:newWarehouse
gitea/salix/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Sergio De la torre 2024-03-21 10:32:36 +01:00
parent 9eee26cbe9
commit 3fbf32bd52
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,6 @@ xdescribe('ItemShelving upsertItem()', () => {
where: {shelvingFk, itemFk: items[0]}
}, options);
expect(itemsAfter).toEqual(itemsBefore + 2);
expect(itemsAfter).toEqual(itemsBefore);
});
});