chore(MetaAction): remove unused order attribute

This commit is contained in:
2025-12-19 20:53:01 +08:00
parent 225802c1a8
commit dc4074715e
3 changed files with 1 additions and 13 deletions

View File

@@ -32,7 +32,6 @@ public class LocalRunnerClientTest {
metaAction.setIo(false);
metaAction.setKey("hello_world");
metaAction.setParams(Map.of("name", "origin_run"));
metaAction.setOrder(-1);
metaAction.setType(MetaActionType.ORIGIN);
metaAction.setPath(Path.of("/home/slhaf/Projects/IdeaProjects/Projects/Partner/Partner-Main/src/test/java/resources/action/tmp/hello_world.py"));
return metaAction;