refs #6276 feat:newWarehouse
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-03-21 12:05:34 +01:00
parent 5135bee2d2
commit 2a976664ec
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}); });
}); });