refs #6213 unifyTest

This commit is contained in:
Pablo Natek 2023-09-25 08:23:23 +02:00
parent 971d77a198
commit 9b10a2904c
1 changed files with 1 additions and 3 deletions

View File

@ -123,10 +123,8 @@ describe('loopback model Supplier', () => {
throw e; throw e;
} }
}); });
});
describe('after save observer', () => { 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};