master #2200

Merged
sergiodt merged 11 commits from master into test 2024-03-25 07:49:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2a976664ec - Show all commits

View File

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