fix corrupted test, update submodule

This commit is contained in:
vorotamoroz
2026-06-08 11:10:37 +01:00
parent 9e87ee4da1
commit 34162f747c
2 changed files with 4 additions and 1 deletions
@@ -640,6 +640,9 @@ describe("runCommand abnormal cases", () => {
} finally {
await fs.rm(tempDir, { recursive: true, force: true });
}
});
});
describe("mark-resolved and unlock-remote commands", () => {
it("mark-resolved without args runs on active database", async () => {
const core = createCoreMock();