mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix test
This commit is contained in:
parent
792780e78d
commit
7163b173e8
1 changed files with 2 additions and 2 deletions
|
|
@ -1519,8 +1519,8 @@ function two() {
|
|||
|
||||
it('should document start_line and end_line parameters', () => {
|
||||
const description = strategy.getToolDescription('/test')
|
||||
expect(description).toContain('start_line: (required) The line number where the search block starts (inclusive).')
|
||||
expect(description).toContain('end_line: (required) The line number where the search block ends (inclusive).')
|
||||
expect(description).toContain('start_line: (required) The line number where the search block starts.')
|
||||
expect(description).toContain('end_line: (required) The line number where the search block ends.')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue