Skip to content

Commit 9ef5624

Browse files
committed
fix: add missing writeDelayMs prop to ContextManagementSettings test
1 parent f57308f commit 9ef5624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webview-ui/src/components/settings/__tests__/ContextManagementSettings.spec.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ describe("ContextManagementSettings", () => {
9696
profileThresholds: {},
9797
includeDiagnosticMessages: true,
9898
maxDiagnosticMessages: 50,
99+
writeDelayMs: 1000,
99100
setCachedStateField: vi.fn(),
100101
}
101102

@@ -316,7 +317,6 @@ describe("ContextManagementSettings", () => {
316317
})
317318
})
318319

319-
320320
it("renders max read file line controls", () => {
321321
const propsWithMaxReadFileLine = {
322322
...defaultProps,
@@ -553,5 +553,4 @@ describe("ContextManagementSettings", () => {
553553
expect(screen.getByText("settings:contextManagement.rooignore.label")).toBeInTheDocument()
554554
})
555555
})
556-
557556
})

0 commit comments

Comments
 (0)