Fix: refs #7126 Tests back
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-05-10 11:06:49 +02:00
parent b1e136aa47
commit 13ed86d26d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
const models = require('vn-loopback/server/server').models;
fdescribe('Item getWasteByItem()', () => {
describe('Item getWasteByItem()', () => {
it('should check for the waste breakdown by worker and item', async() => {
const tx = await models.Item.beginTransaction({});
const options = {transaction: tx};

View File

@ -1,6 +1,6 @@
const models = require('vn-loopback/server/server').models;
fdescribe('Item getWasteByWorker()', () => {
describe('Item getWasteByWorker()', () => {
it('should check for the waste breakdown for every worker', async() => {
const tx = await models.Item.beginTransaction({});
const options = {transaction: tx};