Skip to content

Commit 42161a7

Browse files
Update src/core/webview/__tests__/ClineProvider.spec.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent fe4f691 commit 42161a7

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
@@ -815,7 +815,7 @@ describe("ClineProvider", () => {
815815
})
816816

817817
test("maxRequestDelaySeconds defaults to 600 seconds", async () => {
818-
// Mock globalState.get to return undefined for requestDelaySeconds
818+
// Mock globalState.get to return undefined for maxRequestDelaySeconds
819819
;(mockContext.globalState.get as any).mockImplementation((key: string) => {
820820
if (key === "maxRequestDelaySeconds") {
821821
return undefined

0 commit comments

Comments
 (0)