diff --git a/src/core/diff/strategies/multi-search-replace.ts b/src/core/diff/strategies/multi-search-replace.ts index 0f756896cc5..2e2ac8401fb 100644 --- a/src/core/diff/strategies/multi-search-replace.ts +++ b/src/core/diff/strategies/multi-search-replace.ts @@ -110,7 +110,7 @@ Search/Replace content with multi edits: :start_line:1 :end_line:2 ------- -def calculate_sum(items): +def calculate_total(items): sum = 0 ======= def calculate_sum(items): diff --git a/src/core/prompts/__tests__/__snapshots__/system.test.ts.snap b/src/core/prompts/__tests__/__snapshots__/system.test.ts.snap index fe9908aa97e..3517b100413 100644 --- a/src/core/prompts/__tests__/__snapshots__/system.test.ts.snap +++ b/src/core/prompts/__tests__/__snapshots__/system.test.ts.snap @@ -4101,7 +4101,7 @@ Search/Replace content with multi edits: :start_line:1 :end_line:2 ------- -def calculate_sum(items): +def calculate_total(items): sum = 0 ======= def calculate_sum(items):