Skip to content

Commit 875e037

Browse files
committed
remove redundant comment in OpenAI Compatible modelDimension test
1 parent af8e814 commit 875e037

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ describe("CodeIndexConfigManager", () => {
498498
})
499499

500500
it("should handle OpenAI Compatible modelDimension changes", async () => {
501-
// Initial state with modelDimension
502501
// Initial state with modelDimension
503502
mockContextProxy.getGlobalState.mockImplementation((key: string) => {
504503
if (key === "codebaseIndexConfig") {

0 commit comments

Comments
 (0)