From 34162f747cd7e3e3eb5ecb3bf4bc352e38364c44 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 8 Jun 2026 11:10:37 +0100 Subject: [PATCH] fix corrupted test, update submodule --- src/apps/cli/commands/runCommand.unit.spec.ts | 3 +++ src/lib | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/cli/commands/runCommand.unit.spec.ts b/src/apps/cli/commands/runCommand.unit.spec.ts index 577da55..3d02951 100644 --- a/src/apps/cli/commands/runCommand.unit.spec.ts +++ b/src/apps/cli/commands/runCommand.unit.spec.ts @@ -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(); diff --git a/src/lib b/src/lib index 2eb8938..82e15f2 160000 --- a/src/lib +++ b/src/lib @@ -1 +1 @@ -Subproject commit 2eb8938ed56023b2990a5e5ea4ec5b6fb3400c35 +Subproject commit 82e15f2b9d99e0f595b45c864958a657d5d43bac