fix: refs #7832 update ticketService model test suite to correct describe block
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javi Gallego 2024-12-31 11:48:05 +01:00
parent 1f23ebf6d5
commit 0ad26b336d
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
/* eslint max-len: ["error", { "code": 150 }]*/
const {models} = require('vn-loopback/server/server');
fdescribe('ticketService model ', () => {
describe('ticketService model ', () => {
const originalTicketFk = 1;
const refundTicketFk = 11;