From 134b231ffdcc15c2edb7cb6ae3029654e3b037cf Mon Sep 17 00:00:00 2001 From: Roo Code Date: Thu, 18 Dec 2025 13:49:51 +0000 Subject: [PATCH] Fix: Use testFile.name instead of testFile.content for Target File in error handling test --- apps/vscode-e2e/src/suite/tools/apply-diff-native.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode-e2e/src/suite/tools/apply-diff-native.test.ts b/apps/vscode-e2e/src/suite/tools/apply-diff-native.test.ts index b084da244f..9936390775 100644 --- a/apps/vscode-e2e/src/suite/tools/apply-diff-native.test.ts +++ b/apps/vscode-e2e/src/suite/tools/apply-diff-native.test.ts @@ -783,7 +783,7 @@ argument-hint: [search-pattern] Test the apply_diff tool's error handling by attempting to replace a pattern that does not exist in the target file. -Target File: ${testFile.content} +Target File: ${testFile.name} Search pattern: "PATTERN_THAT_DOES_NOT_EXIST_xyz123" Replacement: "REPLACEMENT_xyz123"