refs #6213 unifyTest
This commit is contained in:
parent
971d77a198
commit
9b10a2904c
|
@ -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};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue