mirror of https://github.com/openclaw/openclaw.git
test: fix conversation binding registry stub
This commit is contained in:
parent
f8ff2a4f38
commit
d84b3f5d5d
|
|
@ -34,6 +34,11 @@ function createEmptyPluginRegistry(): PluginRegistry {
|
|||
diagnostics: [],
|
||||
};
|
||||
}
|
||||
|
||||
function createPluginRegistryStub(): PluginRegistry {
|
||||
return createEmptyPluginRegistry();
|
||||
}
|
||||
|
||||
const sessionBindingState = vi.hoisted(() => {
|
||||
const records = new Map<string, SessionBindingRecord>();
|
||||
let nextId = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue