Merge branch 'main' of https://github.com/SHINE-six/picoclaw
This commit is contained in:
commit
04d7d03bac
1 changed files with 2 additions and 1 deletions
|
|
@ -78,7 +78,8 @@ func TestSpawnStatusTool_Empty(t *testing.T) {
|
|||
|
||||
func TestSpawnStatusTool_ListAll(t *testing.T) {
|
||||
provider := &MockLLMProvider{}
|
||||
manager := NewSubagentManager(provider, "test-model", "/tmp/test")
|
||||
workspace := t.TempDir()
|
||||
manager := NewSubagentManager(provider, "test-model", workspace)
|
||||
|
||||
now := time.Now().UnixMilli()
|
||||
manager.mu.Lock()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue