From 90476d465de5424eb1a74922253277ea9960e960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=B7=E7=86=99?= Date: Mon, 16 Feb 2026 20:44:29 +0800 Subject: [PATCH] fix: format post-compaction-context test file --- src/auto-reply/reply/post-compaction-context.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto-reply/reply/post-compaction-context.test.ts b/src/auto-reply/reply/post-compaction-context.test.ts index 726714b335e..92cbc1df073 100644 --- a/src/auto-reply/reply/post-compaction-context.test.ts +++ b/src/auto-reply/reply/post-compaction-context.test.ts @@ -1,6 +1,6 @@ -import { describe, it, expect, beforeEach, afterEach } from "vitest"; import fs from "node:fs"; import path from "node:path"; +import { describe, it, expect, beforeEach, afterEach } from "vitest"; import { readPostCompactionContext } from "./post-compaction-context.js"; describe("readPostCompactionContext", () => {