This commit is contained in:
苏尹岚
2021-03-29 15:09:15 +08:00
parent 824aabbfa7
commit 5d06658b5f
7 changed files with 503 additions and 17 deletions

View File

@@ -302,9 +302,10 @@ func TestPeiZhiJdZhangHao(t *testing.T) {
}
}
}
api.SaveCheckedInters()
time.Sleep(time.Second * 2)
api.ToOnline()
if err := api.SaveCheckedInters(); err == nil {
time.Sleep(time.Second * 2)
api.ToOnline()
}
}
func TestSecond(t *testing.T) {