This commit is contained in:
luying
2022-04-07 20:23:46 +08:00
parent 8bed2d58b9
commit 76444dda64

View File

@@ -118,7 +118,7 @@ function checkPull(pinusClient, done, gachaId, activityId, count) {
checkFloor(res.data.floor);
expect(res.data.point).to.be.a('number');
checkHope(res.data.hope);
checkHero(res.data.heroes);
// checkHero(res.data.heroes);
done()
});