测试:根据 getAuction 接口返回值修改

This commit is contained in:
liangtongchuan
2022-05-27 15:08:55 +08:00
parent bf9bf9e369
commit 63329b7c8c
4 changed files with 525 additions and 226 deletions

BIN
dump.rdb Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -38,7 +38,6 @@ function checkDividend(dividend) {
expect(dividend.code).to.be.a('string');
expect(dividend.status).to.be.a('number');
expect(dividend.totalPrice).to.be.a('number');
expect(dividend.lots).to.be.an('array');
expect(dividend.dividends).to.be.an('array');
expect(Date.parse(dividend.begin)).to.be.a('number');
}