mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
test: install task flow owner memory store after reset
This commit is contained in:
@@ -9,6 +9,7 @@ import { createManagedTaskFlow, resetTaskFlowRegistryForTests } from "./task-flo
|
||||
import { configureTaskFlowRegistryRuntime } from "./task-flow-registry.store.js";
|
||||
|
||||
beforeEach(() => {
|
||||
resetTaskFlowRegistryForTests({ persist: false });
|
||||
configureTaskFlowRegistryRuntime({
|
||||
store: {
|
||||
loadSnapshot: () => ({ flows: new Map() }),
|
||||
@@ -17,7 +18,6 @@ beforeEach(() => {
|
||||
deleteFlow: () => {},
|
||||
},
|
||||
});
|
||||
resetTaskFlowRegistryForTests({ persist: false });
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user