Skip to content

Commit 95ff580

Browse files
committed
fix: remove unused variable
1 parent ab3cc79 commit 95ff580

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/browser/utils/compaction/autoCompactionCheck.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ describe("checkAutoCompaction", () => {
304304
describe("Force Compaction (threshold + 5% buffer)", () => {
305305
// Force-compact triggers at threshold + 5%
306306
// With default 70% threshold, force-compact at 75%
307-
const SONNET_MAX_TOKENS = 200_000;
308307

309308
test("shouldForceCompact is false when usage below threshold + 5%", () => {
310309
// 70% usage, threshold 70%, force at 75% - should NOT trigger

0 commit comments

Comments
 (0)