ref #5914 fix test back
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Penadés 2023-11-09 15:56:50 +01:00
parent 0baa9c5a98
commit 8d94a94e14
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
const models = require('vn-loopback/server/server').models;
const LoopBackContext = require('loopback-context');
fdescribe('InvoiceOut tranferInvoice()', () => {
describe('InvoiceOut tranferInvoice()', () => {
const activeCtx = {
accessToken: {userId: 5},
http: {
@ -19,7 +19,7 @@ fdescribe('InvoiceOut tranferInvoice()', () => {
});
});
fit('should return the id of the created issued invoice', async() => {
it('should return the id of the created issued invoice', async() => {
const tx = await models.InvoiceOut.beginTransaction({});
const options = {transaction: tx};
const args = {