refs #6213 remove f
gitea/salix/pipeline/head Build queued... Details

This commit is contained in:
Pablo Natek 2023-09-25 08:23:59 +02:00
parent fc4019ad69
commit af8773612c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ describe('loopback model Supplier', () => {
} }
}); });
fit('should update the account attribute when a new supplier is created', async() => { it('should update the account attribute when a new supplier is created', async() => {
const tx = await models.Supplier.beginTransaction({}); const tx = await models.Supplier.beginTransaction({});
const options = {transaction: tx}; const options = {transaction: tx};