This commit is contained in:
Matt Rubens
2025-01-24 13:39:31 -05:00
parent d4110dca8e
commit e2241286f3

View File

@@ -449,7 +449,7 @@ describe("ClineProvider", () => {
})
const state = await provider.getState()
expect(state.requestDelaySeconds).toBe(5)
expect(state.requestDelaySeconds).toBe(10)
})
test("alwaysApproveResubmit defaults to false", async () => {