refactor: standardize workspace casing (#1337)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run

Co-authored-by: bytecii
This commit is contained in:
JwCwn 2026-02-22 12:05:15 +01:00 committed by GitHub
parent a0b2d5d751
commit 02fd53f796
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 14 deletions

View file

@ -167,7 +167,7 @@ describe('ChatBox Component', async () => {
taskRunning: [],
taskAssigning: [],
cotList: [],
activeWorkSpace: null,
activeWorkspace: null,
snapshots: [],
isTaskEdit: false,
isContextExceeded: false,
@ -184,7 +184,7 @@ describe('ChatBox Component', async () => {
setActiveTaskId: vi.fn(),
create: vi.fn(),
setSelectedFile: vi.fn(),
setActiveWorkSpace: vi.fn(),
setActiveWorkspace: vi.fn(),
setIsTakeControl: vi.fn(),
setIsTaskEdit: vi.fn(),
addTaskInfo: vi.fn(),