3570-feat(setQuantitySale): back route and test #869

Merged
joan merged 9 commits from 3558-setQuantitySale into dev 2022-02-08 12:11:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e08a3d31bc - Show all commits

View File

@ -1,6 +1,6 @@
const models = require('vn-loopback/server/server').models;
fdescribe('setQuantitySale()', () => {
describe('setQuantitySale()', () => {
it('should change quantity sale', async() => {
const tx = await models.Sale.beginTransaction({});
const saleId = 30;