优化一个测试项

This commit is contained in:
Yun
2025-12-01 14:40:14 +08:00
parent 092771ebd8
commit d07f4aae64
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ func main() {
ops := []timerx.Option{}
clu, err := timerx.InitCluster(ctx, client, "cluster", ops...)
clu, err := timerx.InitCluster(ctx, client, "cluster_01", ops...)
if err != nil {
panic(err)
}