Skip to content

Commit 0377592

Browse files
committed
test(read-file): remove redundant inline notes per review by @daniel-lxs
1 parent 1192102 commit 0377592

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/vscode-e2e/src/suite/tools/read-file.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ suite("Roo Code read_file Tool", function () {
235235
// Check that no errors occurred
236236
assert.strictEqual(errorOccurred, null, "No errors should have occurred")
237237

238-
// Note: read_file tool result content is redacted from clineMessages; verify via AI response instead.
239-
240238
// Also verify the AI mentioned the content in its response
241239
const hasContent = messages.some(
242240
(m) =>
@@ -335,8 +333,6 @@ suite("Roo Code read_file Tool", function () {
335333
// Verify the read_file tool was executed
336334
assert.ok(toolExecuted, "The read_file tool should have been executed")
337335

338-
// Note: read_file tool result content is redacted from clineMessages; verify via AI response instead.
339-
340336
// Also verify the AI mentioned the correct number of lines
341337
const hasLineCount = messages.some(
342338
(m) =>
@@ -433,8 +429,6 @@ suite("Roo Code read_file Tool", function () {
433429
// Verify tool was executed
434430
assert.ok(toolExecuted, "The read_file tool should have been executed")
435431

436-
// Note: read_file tool result content is redacted from clineMessages; verify via AI response instead.
437-
438432
// Also verify the AI mentioned the specific lines
439433
const hasLines = messages.some(
440434
(m) =>

0 commit comments

Comments
 (0)