测试:根据 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
View File
Binary file not shown.
+524 -76
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
-1
View File
@@ -38,7 +38,6 @@ function checkDividend(dividend) {
expect(dividend.code).to.be.a('string'); expect(dividend.code).to.be.a('string');
expect(dividend.status).to.be.a('number'); expect(dividend.status).to.be.a('number');
expect(dividend.totalPrice).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(dividend.dividends).to.be.an('array');
expect(Date.parse(dividend.begin)).to.be.a('number'); expect(Date.parse(dividend.begin)).to.be.a('number');
} }