Removed focus
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-07-01 13:43:13 +02:00
parent 92b6318c79
commit 319a168b89
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const app = require('vn-loopback/server/server');
const LoopBackContext = require('loopback-context');
const models = app.models;
fdescribe('ticket makeInvoice()', () => {
describe('ticket makeInvoice()', () => {
const userId = 19;
const ticketId = 11;
const clientId = 1102;