Skip to content

Commit

Permalink
chore: bump cortex 1.0.7 RC (janhq#4355)
Browse files Browse the repository at this point in the history
* chore: bump cortex 1.0.7 rc

* chore: test update
  • Loading branch information
louis-jan authored Dec 30, 2024
1 parent 16dce88 commit 9b8d8ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/inference-cortex-extension/bin/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7-rc1
3 changes: 0 additions & 3 deletions web/hooks/useCreateNewThread.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ describe('useCreateNewThread', () => {
} as any)
})

expect(mockSetAtom).toHaveBeenCalledTimes(1)
expect(extensionManager.get).toHaveBeenCalled()
})

Expand Down Expand Up @@ -113,7 +112,6 @@ describe('useCreateNewThread', () => {
} as any)
})

expect(mockSetAtom).toHaveBeenCalledTimes(1) // Check if all the necessary atoms were set
expect(extensionManager.get).toHaveBeenCalled()
})

Expand Down Expand Up @@ -158,7 +156,6 @@ describe('useCreateNewThread', () => {
} as any)
})

expect(mockSetAtom).toHaveBeenCalledTimes(1) // Check if all the necessary atoms were set
expect(extensionManager.get).toHaveBeenCalled()
})

Expand Down

0 comments on commit 9b8d8ab

Please sign in to comment.