mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 12:10:24 +00:00
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
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:
parent
a0b2d5d751
commit
02fd53f796
4 changed files with 14 additions and 14 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue