chore: bump cortex 1.0.7 RC (#4355)

* chore: bump cortex 1.0.7 rc

* chore: test update
This commit is contained in:
Louis 2024-12-30 13:37:16 +07:00 committed by GitHub
parent 16dce88a75
commit 4249270f83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View File

@ -1 +1 @@
1.0.6
1.0.7-rc1

View File

@ -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()
})