测试:修改初始化获取数据

This commit is contained in:
luying
2022-04-06 10:45:03 +08:00
parent f0f7faee47
commit 2dffa0204f
4 changed files with 46 additions and 9 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export function checkRoleInfo(roleInfo) {
if(roleInfo.hasGuild) {
expect(roleInfo.guildCode).to.be.a('string');
}
checkTimeStamp(roleInfo.todayZeroPoint, 10, false);
// checkTimeStamp(roleInfo.todayZeroPoint, 10, false);
checkApJson(roleInfo.apJson);
expect(roleInfo.totalPay).to.be.a('number')
expect(roleInfo.guide).to.be.an('array');