feat: refs #3505 fdescribe
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javi Gallego 2024-09-16 13:26:53 +02:00
parent e4a74ba0e9
commit f43fa32d36
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ const Email = require('vn-print/core/email');
const config = require('vn-print/core/config');
const closure = require('../closure');
fdescribe('Ticket closure functionality', () => {
describe('Ticket closure functionality', () => {
const userId = 19;
const companyFk = 442;
const activeCtx = {
@ -55,7 +55,7 @@ fdescribe('Ticket closure functionality', () => {
expect(ticketAfter.refFk).toBeUndefined();
});
fit('should send Incoterms authorization email on first order', async() => {
it('should send Incoterms authorization email on first order', async() => {
const ticketId = 37;
ctx.args = {
id: ticketId,