mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 10:41:25 +00:00
test(memory): fix TS types after vitest/ts updates
This commit is contained in:
@@ -1303,7 +1303,7 @@ describe("QmdMemoryManager", () => {
|
||||
};
|
||||
inner.db = {
|
||||
prepare: () => ({
|
||||
all: () => {
|
||||
get: () => {
|
||||
throw new Error("SQLITE_BUSY: database is locked");
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user