This commit is contained in:
parent
361c2b4cad
commit
971d77a198
|
@ -134,7 +134,7 @@ describe('loopback model Supplier', () => {
|
|||
const newSupplier = await models.Supplier.create({id: '9999', name: 'Alfred Pennyworth'}, options);
|
||||
const fetchedSupplier = await models.Supplier.findById(newSupplier.id, null, options);
|
||||
|
||||
expect(fetchedSupplier.account).toEqual('4100006969');
|
||||
expect(fetchedSupplier.account).toEqual('4100009999');
|
||||
await tx.rollback();
|
||||
} catch (e) {
|
||||
await tx.rollback();
|
||||
|
|
Loading…
Reference in New Issue