mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-23 07:51:33 +00:00
test: fix conversation binding registry stub
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user