Skip to content

Commit 9063beb

Browse files
committed
fix(tests): remove redundant comments in handleSettingsChange regression tests
1 parent df0b181 commit 9063beb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/code-index/__tests__/manager.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ describe("CodeIndexManager - handleSettingsChange regression", () => {
308308
})
309309

310310
// Act & Assert
311-
// In test environment, t() returns the key
312311
await expect((manager as any)._recreateServices()).rejects.toThrow(
313312
"embeddings:validation.authenticationFailed",
314313
)
@@ -332,7 +331,6 @@ describe("CodeIndexManager - handleSettingsChange regression", () => {
332331
})
333332

334333
// Act & Assert
335-
// In test environment, t() returns the key
336334
await expect((manager as any)._recreateServices()).rejects.toThrow(
337335
"embeddings:validation.configurationError",
338336
)

0 commit comments

Comments
 (0)