refs #6213 unifyTest
This commit is contained in:
parent
971d77a198
commit
9b10a2904c
|
@ -123,10 +123,8 @@ describe('loopback model Supplier', () => {
|
|||
throw e;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
describe('after save observer', () => {
|
||||
it('should update the account attribute when a new supplier is created', async() => {
|
||||
fit('should update the account attribute when a new supplier is created', async() => {
|
||||
const tx = await models.Supplier.beginTransaction({});
|
||||
const options = {transaction: tx};
|
||||
|
||||
|
|
Loading…
Reference in New Issue