优化执行结点

This commit is contained in:
boyce
2025-10-05 14:56:37 +08:00
parent 654426a836
commit 640b61bcdb
3 changed files with 11 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ func TestExecMgr(t *testing.T) {
}
graphTest1 := bp.Create("testSwitch")
err = graphTest1.Do(EntranceID_IntParam, 2, 1, 3)
err = graphTest1.Do(EntranceID_IntParam, 20, 1, 3)
if err != nil {
t.Fatalf("Do EntranceID_IntParam failed,err:%v", err)
}