refs #6321 test: fix
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-04-08 12:17:32 +02:00
parent 3dd162b683
commit e0712645a2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const models = require('vn-loopback/server/server').models;
fdescribe('Item Lack Detail', () => {
describe('Item Lack Detail', () => {
it('should return false if id is null', async() => {
const tx = await models.Ticket.beginTransaction({});