Commit bc2aab8
fix: skip claudedesktop getEditorRoot assertion on non-Windows in test
ClaudeDesktopCoworkDataAccess.getCoworkBaseDir() intentionally returns ''
on non-Windows platforms (the feature is Windows-only). The test
'getEditorRoot: all adapters return non-empty string' was failing on Linux
CI because it called getEditorRoot() on every adapter without regard for
platform availability. Skip the claudedesktop adapter check when not on
win32.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2cddffb commit bc2aab8
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
0 commit comments