7226-testToMaster_2416 #2320
|
@ -32,7 +32,7 @@ describe('itemShelving hasOlder()', () => {
|
|||
const itemShelvingBefore = await models.ItemShelving.findOne(filter, myOptions);
|
||||
await itemShelvingBefore.updateAttributes({
|
||||
itemFk: itemFk
|
||||
});
|
||||
}, myOptions);
|
||||
const result = await models.ItemShelving.hasItemOlder(shelvingFkIn, parking, null, null, myOptions);
|
||||
|
||||
expect(result).toBe(true);
|
||||
|
|
Loading…
Reference in New Issue