修复寻宝等

This commit is contained in:
luying
2022-04-06 11:29:45 +08:00
parent 2dffa0204f
commit 2492920288
4 changed files with 31 additions and 33 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ describe('活动测试', function () {
before(function (done) {
const c = new Client();
const timer = setInterval(() => {
const timer = setInterval(() => {
if (c.client) {
pinusClient = c.client;
clearInterval(timer);