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

This commit is contained in:
Robert Ferrús 2025-01-07 09:28:17 +01:00
parent 04734ac55c
commit b7658f5814
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
const models = require('vn-loopback/server/server').models;
describe('Transfer merchandise from one entry to the next day()', () => {
fit('should Transfer buys not located', async() => {
it('should Transfer buys not located', async() => {
const tx = await models.ItemShelving.beginTransaction({});
const options = {transaction: tx};