Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7614f03e5b
commit
a8f7c86357
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