Skip to content

Commit 63f8b75

Browse files
committed
Merge branch 'claude/audit-25-coverage-gaps' into claude/audit-26-isrecord-fix
2 parents 70e5812 + 029dd61 commit 63f8b75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/runtime-current-account.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
resolveAccountCurrentMarkers,
99
resolveRuntimeCurrentAccount,
1010
} from "../lib/runtime/runtime-current-account.js";
11+
import { APP_RUNTIME_HELPER_STATUS_FILE } from "../lib/runtime-constants.js";
1112
import type { AccountStorageV3 } from "../lib/storage.js";
1213
import { removeWithRetry } from "./helpers/remove-with-retry.js";
1314

@@ -460,7 +461,7 @@ describe("resolveRuntimeCurrentAccount", () => {
460461
describe("readAppRuntimeHelperStatus", () => {
461462
let tempDir: string;
462463
let originalDir: string | undefined;
463-
const statusFileName = "runtime-rotation-app-helper.json";
464+
const statusFileName = APP_RUNTIME_HELPER_STATUS_FILE;
464465

465466
beforeEach(async () => {
466467
originalDir = process.env.CODEX_MULTI_AUTH_DIR;

0 commit comments

Comments
 (0)