refactor: fix bugs

This commit is contained in:
xiaojunnuo
2022-10-31 15:01:50 +08:00
parent 146ac49703
commit 6094a4af79
7 changed files with 41 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ describe("pipeline", function () {
}
const executor = new Executor({ userId: "test", pipeline, onChanged, accessService: new AccessServiceTest(), storage: new FileStorage() });
await executor.run();
await executor.run(1, "user");
// expect(define.name).eq("EchoPlugin");
});
});