refs #6213 specChangeId
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pablo Natek 2023-09-19 07:46:44 +02:00
parent 361c2b4cad
commit 971d77a198
1 changed files with 1 additions and 1 deletions

View File

@ -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();