mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix test
This commit is contained in:
parent
d4110dca8e
commit
e2241286f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue