Skip to content

Commit 1ead395

Browse files
committed
fix: update test to use maxTotalImageSize instead of maxTotalImageMemory
1 parent 8b43962 commit 1ead395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/__tests__/ClineProvider.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ describe("ClineProvider", () => {
534534
renderContext: "sidebar",
535535
maxReadFileLine: 500,
536536
maxImageFileSize: 5,
537-
maxTotalImageMemory: 20,
537+
maxTotalImageSize: 20,
538538
cloudUserInfo: null,
539539
organizationAllowList: ORGANIZATION_ALLOW_ALL,
540540
autoCondenseContext: true,

0 commit comments

Comments
 (0)