mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
Fix test
This commit is contained in:
@@ -1519,8 +1519,8 @@ function two() {
|
|||||||
|
|
||||||
it('should document start_line and end_line parameters', () => {
|
it('should document start_line and end_line parameters', () => {
|
||||||
const description = strategy.getToolDescription('/test')
|
const description = strategy.getToolDescription('/test')
|
||||||
expect(description).toContain('start_line: (required) The line number where the search block starts (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 (inclusive).')
|
expect(description).toContain('end_line: (required) The line number where the search block ends.')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user