MaiXinRong %!s(int64=6) %!d(string=hai) anos
pai
achega
5246cd1deb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/app/service/deal_bills.test.js

+ 1 - 1
test/app/service/deal_bills.test.js

@@ -137,7 +137,7 @@ describe('test/app/service/deal_bills.test.js', () => {
         assert(result);
 
         const bills = yield ctx.service.dealBills.getAllDataByCondition({where: {tender_id: ctx.tender.id}});
-        assert(bills.length === 100);
+        assert(bills.length === 98);
     });
     // 导入 存在数量单价为空的数据
     it('test import Excel data by js-xlsx', function* () {