Skip to content

Commit 465b0d9

Browse files
committed
Update tests
1 parent aa0c115 commit 465b0d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/prompts/__tests__/kilocode/system-prompt-morph.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ describe("SYSTEM_PROMPT", () => {
219219

220220
// Should contain Fast Apply-specific instructions
221221
expect(prompt).toContain("FastApply is enabled")
222-
expect(prompt).toContain("Traditional editing tools (apply_diff, write_to_file, insert_content) are disabled")
223222
expect(prompt).toContain("ONLY use the edit_file tool for file modifications")
224223
})
225224

@@ -257,9 +256,6 @@ describe("SYSTEM_PROMPT", () => {
257256

258257
// Should NOT contain Fast Apply-specific instructions
259258
expect(prompt).not.toContain("FastApply is enabled")
260-
expect(prompt).not.toContain(
261-
"Traditional editing tools (apply_diff, write_to_file, insert_content) are disabled",
262-
)
263259

264260
// Should contain traditional editing instructions
265261
expect(prompt).toContain("For editing files, you have access to these tools:")

0 commit comments

Comments
 (0)