Commit da58820
committed
fix(chat): return empty slice instead of nil from DetectAgents
When no agents are installed (e.g., CI runners), DetectAgents returned
nil which caused TestDetectAgents_Structure to fail with NotNil assert.1 parent 4ab622e commit da58820
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments