测试:修改初始化获取数据
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user