feat: refs #6822 fix transfer test
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2025-01-08 07:44:49 +01:00
parent 5d337c4def
commit 115756aaf3
1 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
// const transfer = require('../transfer');
const models = require('vn-loopback/server/server').models;
describe('Transfer merchandise from one entry to the next day()', () => {
@ -22,8 +20,6 @@ describe('Transfer merchandise from one entry to the next day()', () => {
const newEntrybuys = await models.Buy.find({where: {entryFk: newEntryFk}}, options);
await models.Entry.find({where: {id: newEntryFk}}, options);
const itemShelvingsWithBuys = await models.Buy.find({
include: {
relation: 'itemShelving',