mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 03:05:45 +00:00
test: install task flow owner memory store after reset
This commit is contained in:
parent
61ee69e110
commit
01060d283d
1 changed files with 1 additions and 1 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue