mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 00:11:31 +00:00
test: remove stale plugin registry helper
This commit is contained in:
@@ -35,10 +35,6 @@ function createEmptyPluginRegistry(): PluginRegistry {
|
||||
};
|
||||
}
|
||||
|
||||
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