diff --git a/vscode/src/autoedits/shrink-prediction.test.ts b/vscode/src/autoedits/shrink-prediction.test.ts index bba168767082..a4be712a77a6 100644 --- a/vscode/src/autoedits/shrink-prediction.test.ts +++ b/vscode/src/autoedits/shrink-prediction.test.ts @@ -24,6 +24,11 @@ describe('shrinkPredictionUntilSuffix', () => { + + + + + // some code ` @@ -33,7 +38,7 @@ describe('shrinkPredictionUntilSuffix', () => { pred_line_2 ` - const wrongExpectedResult = "constructor(recentEditsTracker: RecentEditsTracker) {\n this.recentEditsTracker = recentEditsTracker\n" + const wrongExpectedResult = "constructor(recentEditsTracker: RecentEditsTracker) {\n" const result = shrinkPredictionUntilSuffix(prediction, codeToReplaceData) expect(result).toBe(wrongExpectedResult)