fix: add maxReadFileTokens to test fixtures

This commit is contained in:
Roo Code 2025-07-27 15:58:22 +00:00
parent 40ad09478b
commit 8e5c4c401d
2 changed files with 2 additions and 0 deletions

View file

@ -533,6 +533,7 @@ describe("ClineProvider", () => {
showRooIgnoredFiles: true,
renderContext: "sidebar",
maxReadFileLine: 500,
maxReadFileTokens: 10000,
cloudUserInfo: null,
organizationAllowList: ORGANIZATION_ALLOW_ALL,
autoCondenseContext: true,

View file

@ -201,6 +201,7 @@ describe("mergeExtensionState", () => {
showRooIgnoredFiles: true,
renderContext: "sidebar",
maxReadFileLine: 500,
maxReadFileTokens: 10000,
cloudUserInfo: null,
organizationAllowList: { allowAll: true, providers: {} },
autoCondenseContext: true,