From 9b8d8ab3f76287a6e7cc6d8d968108ea5d05b5a1 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 30 Dec 2024 13:37:16 +0700 Subject: [PATCH] chore: bump cortex 1.0.7 RC (#4355) * chore: bump cortex 1.0.7 rc * chore: test update --- extensions/inference-cortex-extension/bin/version.txt | 2 +- web/hooks/useCreateNewThread.test.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/extensions/inference-cortex-extension/bin/version.txt b/extensions/inference-cortex-extension/bin/version.txt index af0b7ddbf..ca8f40a39 100644 --- a/extensions/inference-cortex-extension/bin/version.txt +++ b/extensions/inference-cortex-extension/bin/version.txt @@ -1 +1 @@ -1.0.6 +1.0.7-rc1 diff --git a/web/hooks/useCreateNewThread.test.ts b/web/hooks/useCreateNewThread.test.ts index d98983830..0ef8ef195 100644 --- a/web/hooks/useCreateNewThread.test.ts +++ b/web/hooks/useCreateNewThread.test.ts @@ -67,7 +67,6 @@ describe('useCreateNewThread', () => { } as any) }) - expect(mockSetAtom).toHaveBeenCalledTimes(1) expect(extensionManager.get).toHaveBeenCalled() }) @@ -113,7 +112,6 @@ describe('useCreateNewThread', () => { } as any) }) - expect(mockSetAtom).toHaveBeenCalledTimes(1) // Check if all the necessary atoms were set expect(extensionManager.get).toHaveBeenCalled() }) @@ -158,7 +156,6 @@ describe('useCreateNewThread', () => { } as any) }) - expect(mockSetAtom).toHaveBeenCalledTimes(1) // Check if all the necessary atoms were set expect(extensionManager.get).toHaveBeenCalled() })